c

commons-jax-rs-data

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