c

commons-jax-rs

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