Dependency Information
Apache Maven
<dependency> <groupId>org.oxerr.commons</groupId> <artifactId>commons-jax-rs</artifactId> <version>2.6.1-SNAPSHOT</version> <type>pom</type> </dependency>
Apache Buildr
'org.oxerr.commons:commons-jax-rs:pom:2.6.1-SNAPSHOT'
Apache Ivy
<dependency org="org.oxerr.commons" name="commons-jax-rs" rev="2.6.1-SNAPSHOT"> <artifact name="commons-jax-rs" type="pom" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='org.oxerr.commons', module='commons-jax-rs', version='2.6.1-SNAPSHOT') )
Gradle/Grails
compile 'org.oxerr.commons:commons-jax-rs:2.6.1-SNAPSHOT'
Scala SBT
libraryDependencies += "org.oxerr.commons" % "commons-jax-rs" % "2.6.1-SNAPSHOT"
Leiningen
[org.oxerr.commons/commons-jax-rs "2.6.1-SNAPSHOT"]