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