MVN

org.apache.felix : org.osgi.compendium

Maven & Gradle

Sep 06, 2009
343 usages

OSGi R4 Compendium Bundle · OSGi Service Platform Release 4 Compendium Interfaces and Classes.

<dependency>
    <groupId>org.apache.felix</groupId>
    <artifactId>org.osgi.compendium</artifactId>
    <version>1.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.felix : org.osgi.compendium to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.0

All Versions

Choose a version of org.apache.felix : org.osgi.compendium to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
org.osgi.compendium-1.4.0
1.2.x
org.osgi.compendium-1.2.0
1.0.x
org.osgi.compendium-1.0.1
org.osgi.compendium-1.0.0

How to add a dependency to Maven

Add the following org.apache.felix : org.osgi.compendium maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.felix</groupId>
    <artifactId>org.osgi.compendium</artifactId>
    <version>1.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.felix : org.osgi.compendium gradle dependency to your build.gradle file:

implementation 'org.apache.felix:org.osgi.compendium:1.4.0'

Gradle Kotlin DSL: Add the following org.apache.felix : org.osgi.compendium gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.felix:org.osgi.compendium:1.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.felix : org.osgi.compendium sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.felix" % "org.osgi.compendium" % "1.4.0"

Advertisement

Dependencies from Group

Discover Dependencies

May 14, 2013
9 usages
Jun 08, 2014
50 usages
163 stars
Nov 06, 2006
18 usages
Sep 20, 2005
5 usages
Feb 02, 2017
35 usages
Nov 14, 2014
8 usages
Feb 15, 2011
14 usages
66 stars
Dec 07, 2012
28 usages
44 stars