MVN

org.eclipse : osgi

Maven & Gradle

Jul 28, 2014
183 usages

%systemBundle · %systemBundle

<dependency>
    <groupId>org.eclipse</groupId>
    <artifactId>osgi</artifactId>
    <version>3.10.0-v20140606-1445</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.10.0-v20140606-1445

All Versions

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

Version Vulnerabilities Updated
3.10.x
osgi-3.10.0-v20140606-1445
3.9.x
osgi-3.9.1-v20140110-1610
osgi-3.9.1-v20130814-1242
3.5.x
osgi-3.5.0.v20090520
3.3.x
osgi-3.3.0-v20070530
3.2.x
osgi-3.2.1-R32x_v20060919

How to add a dependency to Maven

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

<dependency>
    <groupId>org.eclipse</groupId>
    <artifactId>osgi</artifactId>
    <version>3.10.0-v20140606-1445</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.eclipse:osgi:3.10.0-v20140606-1445'

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

implementation("org.eclipse:osgi:3.10.0-v20140606-1445")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.eclipse" % "osgi" % "3.10.0-v20140606-1445"

Advertisement