MVN

org.apache.aries.jax.rs : org.apache.aries.jax.rs.rest.management

Maven & Gradle

Dec 30, 2022

Apache Aries JAX-RS OSGi REST Management · The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

<dependency>
    <groupId>org.apache.aries.jax.rs</groupId>
    <artifactId>org.apache.aries.jax.rs.rest.management</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.aries.jax.rs : org.apache.aries.jax.rs.rest.management to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of org.apache.aries.jax.rs : org.apache.aries.jax.rs.rest.management to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
org.apache.aries.jax.rs.rest.management-2.0.2
org.apache.aries.jax.rs.rest.management-2.0.1
org.apache.aries.jax.rs.rest.management-2.0.0

How to add a dependency to Maven

Add the following org.apache.aries.jax.rs : org.apache.aries.jax.rs.rest.management maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.aries.jax.rs</groupId>
    <artifactId>org.apache.aries.jax.rs.rest.management</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.aries.jax.rs : org.apache.aries.jax.rs.rest.management gradle dependency to your build.gradle file:

implementation 'org.apache.aries.jax.rs:org.apache.aries.jax.rs.rest.management:2.0.2'

Gradle Kotlin DSL: Add the following org.apache.aries.jax.rs : org.apache.aries.jax.rs.rest.management gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.aries.jax.rs:org.apache.aries.jax.rs.rest.management:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.aries.jax.rs : org.apache.aries.jax.rs.rest.management sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.aries.jax.rs" % "org.apache.aries.jax.rs.rest.management" % "2.0.2"