MVN

org.ow2.joram : a3-osgi

Maven & Gradle

Feb 26, 2023
6 usages

JORAM :: a3 :: osgi · Builds the Joram a3 osgi project.

<dependency>
    <groupId>org.ow2.joram</groupId>
    <artifactId>a3-osgi</artifactId>
    <version>5.20.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.20.0
  • Latest Release Candidate: 5.17.0-RC2

All Versions

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

Version Vulnerabilities Updated
5.20.x
a3-osgi-5.20.0
5.19.x
a3-osgi-5.19.1
a3-osgi-5.19.0
5.18.x
a3-osgi-5.18.0
5.17.x
a3-osgi-5.17.6
a3-osgi-5.17.5
a3-osgi-5.17.4
a3-osgi-5.17.3
a3-osgi-5.17.2
a3-osgi-5.17.1
a3-osgi-5.17.0
a3-osgi-5.17.0-RC2
a3-osgi-5.17.0-RC1
5.16.x
a3-osgi-5.16.4
a3-osgi-5.16.3
a3-osgi-5.16.2
a3-osgi-5.16.1
a3-osgi-5.16.0
5.15.x
a3-osgi-5.15.0
5.14.x
a3-osgi-5.14.0
5.13.x
a3-osgi-5.13.1
a3-osgi-5.13.0
5.12.x
a3-osgi-5.12.0
5.11.x
a3-osgi-5.11.0
5.10.x
a3-osgi-5.10.0
5.9.x
a3-osgi-5.9.1
a3-osgi-5.9.0
5.8.x
a3-osgi-5.8.1
a3-osgi-5.8.0
5.7.x
a3-osgi-5.7.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.ow2.joram</groupId>
    <artifactId>a3-osgi</artifactId>
    <version>5.20.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.joram : a3-osgi gradle dependency to your build.gradle file:

implementation 'org.ow2.joram:a3-osgi:5.20.0'

Gradle Kotlin DSL: Add the following org.ow2.joram : a3-osgi gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.joram:a3-osgi:5.20.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.joram : a3-osgi sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.joram" % "a3-osgi" % "5.20.0"

Advertisement