MVN

org.apache.clerezza : jaxrs.utils

Maven & Gradle

Jul 01, 2014
22 usages

Clerezza - JAX-RS Utilities · Utility classes for JAX-RS (see the Javadoc)

<dependency>
    <groupId>org.apache.clerezza</groupId>
    <artifactId>jaxrs.utils</artifactId>
    <version>0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.clerezza : jaxrs.utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9

All Versions

Choose a version of org.apache.clerezza : jaxrs.utils to add to Maven or Gradle - All Versions:

  • Version Updated
  • jaxrs.utils-0.9

    Jul 01, 2014
  • jaxrs.utils-0.8

    Jul 11, 2013
  • jaxrs.utils-0.7

    Apr 10, 2013
  • jaxrs.utils-0.6-incubating

    Feb 19, 2012

How to add a dependency to Maven

Add the following org.apache.clerezza : jaxrs.utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.clerezza</groupId>
    <artifactId>jaxrs.utils</artifactId>
    <version>0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.clerezza : jaxrs.utils gradle dependency to your build.gradle file:

implementation 'org.apache.clerezza:jaxrs.utils:0.9'

Gradle Kotlin DSL: Add the following org.apache.clerezza : jaxrs.utils gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.clerezza:jaxrs.utils:0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.clerezza : jaxrs.utils sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.clerezza" % "jaxrs.utils" % "0.9"