c

commons-jax-rs-data

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