c

commons-jax-rs-data

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