MVN

org.floggy.3rd.org.eclipse.equinox : registry

Maven & Gradle

Jan 10, 2011
1 usages

Equinox Registry · The Eclipse extension registry allows bundles to communicate and cooperate using declarative markup and lazy instantiation. The extension mechanism is similar to OSGi services and declarative services but has some different contractual and management characteristics.

<dependency>
    <groupId>org.floggy.3rd.org.eclipse.equinox</groupId>
    <artifactId>registry</artifactId>
    <version>3.3.1.R33x_v20070802</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.3.1.R33x_v20070802

All Versions

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

Version Vulnerabilities Updated
3.3.x
registry-3.3.1.R33x_v20070802

How to add a dependency to Maven

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

<dependency>
    <groupId>org.floggy.3rd.org.eclipse.equinox</groupId>
    <artifactId>registry</artifactId>
    <version>3.3.1.R33x_v20070802</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.floggy.3rd.org.eclipse.equinox:registry:3.3.1.R33x_v20070802'

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

implementation("org.floggy.3rd.org.eclipse.equinox:registry:3.3.1.R33x_v20070802")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.floggy.3rd.org.eclipse.equinox" % "registry" % "3.3.1.R33x_v20070802"

Advertisement