Apache Maven
<dependency>
<groupId>com.github.tom65536</groupId>
<artifactId>adelante-compiler-frontend</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
Apache Buildr
'com.github.tom65536:adelante-compiler-frontend:jar:1.0-SNAPSHOT'
Apache Ivy
<dependency org="com.github.tom65536" name="adelante-compiler-frontend" rev="1.0-SNAPSHOT">
<artifact name="adelante-compiler-frontend" type="jar" />
</dependency>
Groovy Grape
@Grapes(
@Grab(group='com.github.tom65536', module='adelante-compiler-frontend', version='1.0-SNAPSHOT')
)
Gradle/Grails
compile 'com.github.tom65536:adelante-compiler-frontend:1.0-SNAPSHOT'
Scala SBT
libraryDependencies += "com.github.tom65536" % "adelante-compiler-frontend" % "1.0-SNAPSHOT"
Leiningen
[com.github.tom65536/adelante-compiler-frontend "1.0-SNAPSHOT"]