MVN

org.ow2.jonas.osgi : neethi

Maven & Gradle

Oct 01, 2013
5 usages

JOnAS :: Libraries :: Externals :: Neethi

<dependency>
    <groupId>org.ow2.jonas.osgi</groupId>
    <artifactId>neethi</artifactId>
    <version>5.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.jonas.osgi : neethi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.3.0
  • Latest Release Candidate: 5.3.0-RC1

All Versions

Choose a version of org.ow2.jonas.osgi : neethi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.3.x
neethi-5.3.0
neethi-5.3.0-RC1
neethi-5.3.0-M7
neethi-5.3.0-M6
neethi-5.3.0-M5
neethi-5.3.0-M4
neethi-5.3.0-M3
neethi-5.3.0-M2
neethi-5.3.0-M1
5.2.x
neethi-5.2.4
neethi-5.2.3
neethi-5.2.2
neethi-5.2.1
neethi-5.2.0
neethi-5.2.0-RC1
neethi-5.2.0-M5
neethi-5.2.0-M4
neethi-5.2.0-M3
neethi-5.2.0-M2-SR2
neethi-5.2.0-M2-SR1
neethi-5.2.0-M2
neethi-5.2.0-M1
5.1.x
neethi-5.1.7
neethi-5.1.6
neethi-5.1.5
neethi-5.1.4
neethi-5.1.3
neethi-5.1.2
neethi-5.1.1
neethi-5.1.0-cxf-2.2
neethi-5.1.0
neethi-5.1.0-RC4
neethi-5.1.0-RC3
neethi-5.1.0-RC2
neethi-5.1.0-RC1
neethi-5.1.0-M5
neethi-5.1.0-M4
neethi-5.1.0-M3
neethi-5.1.0-M2
neethi-5.1.0-M1

How to add a dependency to Maven

Add the following org.ow2.jonas.osgi : neethi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.jonas.osgi</groupId>
    <artifactId>neethi</artifactId>
    <version>5.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.jonas.osgi : neethi gradle dependency to your build.gradle file:

implementation 'org.ow2.jonas.osgi:neethi:5.3.0'

Gradle Kotlin DSL: Add the following org.ow2.jonas.osgi : neethi gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.jonas.osgi:neethi:5.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.jonas.osgi : neethi sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.jonas.osgi" % "neethi" % "5.3.0"