Dependency Information

Apache Maven

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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