Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.hypfvieh.java</groupId>
  <artifactId>runtime-compiler-lib</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>

Apache Ivy

<dependency org="com.github.hypfvieh.java" name="runtime-compiler-lib" rev="1.0.0-SNAPSHOT">
  <artifact name="runtime-compiler-lib" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.hypfvieh.java', module='runtime-compiler-lib', version='1.0.0-SNAPSHOT')
)

Gradle/Grails

compile 'com.github.hypfvieh.java:runtime-compiler-lib:1.0.0-SNAPSHOT'

Scala SBT

libraryDependencies += "com.github.hypfvieh.java" % "runtime-compiler-lib" % "1.0.0-SNAPSHOT"

Leiningen

[com.github.hypfvieh.java/runtime-compiler-lib "1.0.0-SNAPSHOT"]