Dependency Information

Apache Maven

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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