s

sbt-compiler-sbt012

SBT Compiler for SBT 0.12.x
Files download
File Operation
sbt-compiler-sbt012-1.0.3.jar download
sbt-compiler-sbt012-1.0.3.pom download
sbt-compiler-sbt012-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.arpnetworking.code.sbt-compiler-maven-plugin</groupId>
  <artifactId>sbt-compiler-sbt012</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.arpnetworking.code.sbt-compiler-maven-plugin:sbt-compiler-sbt012:1.0.3'
Gradle Kotlin
implementation("com.arpnetworking.code.sbt-compiler-maven-plugin:sbt-compiler-sbt012:1.0.3")
Scala SBT
libraryDependencies += "com.arpnetworking.code.sbt-compiler-maven-plugin" % "sbt-compiler-sbt012" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.arpnetworking.code.sbt-compiler-maven-plugin', module='sbt-compiler-sbt012', version='1.0.3')
)
Apache Ivy
<dependency org="com.arpnetworking.code.sbt-compiler-maven-plugin" name="sbt-compiler-sbt012" rev="1.0.3" />
Leiningen
[com.arpnetworking.code.sbt-compiler-maven-plugin/sbt-compiler-sbt012 "1.0.3"]
Apache Buildr
'com.arpnetworking.code.sbt-compiler-maven-plugin:sbt-compiler-sbt012:jar:1.0.3'