Files download
File Operation
commons-jax-rs-2.0.2.pom download
Apache Maven
<dependency>
  <groupId>org.oxerr.commons</groupId>
  <artifactId>commons-jax-rs</artifactId>
  <version>2.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.oxerr.commons:commons-jax-rs:2.0.2'
Gradle Kotlin
implementation("org.oxerr.commons:commons-jax-rs:2.0.2")
Scala SBT
libraryDependencies += "org.oxerr.commons" % "commons-jax-rs" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.oxerr.commons', module='commons-jax-rs', version='2.0.2')
)
Apache Ivy
<dependency org="org.oxerr.commons" name="commons-jax-rs" rev="2.0.2" />
Leiningen
[org.oxerr.commons/commons-jax-rs "2.0.2"]
Apache Buildr
'org.oxerr.commons:commons-jax-rs:jar:2.0.2'
Dependencies