c

commons-jax-rs-data

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