MVN

org.floggy.3rd.org.eclipse : osgi

Maven & Gradle

Jan 18, 2011
1 usages

OSGi · OSGi is really an adjective. It generically refers to the OSGi Alliance, an industry organization that creates specifications. In particular, the OSGi Service Platform Specification R4. See Wikipedia for more details and pointers.

<dependency>
    <groupId>org.floggy.3rd.org.eclipse</groupId>
    <artifactId>osgi</artifactId>
    <version>3.3.2.R33x_v20080105</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.3.2.R33x_v20080105

All Versions

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

Version Vulnerabilities Updated
3.3.x
osgi-3.3.2.R33x_v20080105

How to add a dependency to Maven

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

<dependency>
    <groupId>org.floggy.3rd.org.eclipse</groupId>
    <artifactId>osgi</artifactId>
    <version>3.3.2.R33x_v20080105</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.floggy.3rd.org.eclipse:osgi:3.3.2.R33x_v20080105'

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

implementation("org.floggy.3rd.org.eclipse:osgi:3.3.2.R33x_v20080105")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.floggy.3rd.org.eclipse" % "osgi" % "3.3.2.R33x_v20080105"