sbt / zinc   1.9.6

Apache License 2.0 GitHub

Scala incremental compiler library, used by sbt and other build tools

Scala versions: 3.x 2.13 2.12 2.11 2.10

jar2 1.1.0-bin-20171221T032315


Group ID:
org.scala-sbt
Artifact ID:
jar2_2.12
Version:
1.1.0-bin-20171221T032315
Release Date:
Dec 21, 2017
Licenses:

libraryDependencies += "org.scala-sbt" %% "jar2" % "1.1.0-bin-20171221T032315"
resolvers += Resolver.bintrayRepo("sbt", "maven-snapshots")

Mill build tool

ivy"org.scala-sbt::jar2:1.1.0-bin-20171221T032315"
MavenRepository("https://dl.bintray.com/sbt/maven-snapshots")

Scala CLI

//> using dep "org.scala-sbt::jar2:1.1.0-bin-20171221T032315"

Ammonite REPL

import $ivy.`org.scala-sbt::jar2:1.1.0-bin-20171221T032315`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray sbt maven-snapshots",
  "Some(https://dl.bintray.com/sbt/maven-snapshots)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>org.scala-sbt</groupId>
  <artifactId>jar2_2.12</artifactId>
  <version>1.1.0-bin-20171221T032315</version>
</dependency>

compile group: 'org.scala-sbt', name: 'jar2_2.12', version: '1.1.0-bin-20171221T032315'