o

org.eclipse.equinox.registry

A component of the BIRT runtime
http://www.eclipse.org/projects/project.php?id=birt
Eclipse Public License - v 1.0
Files download
File Operation
org.eclipse.equinox.registry-3.5.101.jar download
org.eclipse.equinox.registry-3.5.101.pom download
Apache Maven
<dependency>
  <groupId>org.eclipse.birt.runtime.3_7_1</groupId>
  <artifactId>org.eclipse.equinox.registry</artifactId>
  <version>3.5.101</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.birt.runtime.3_7_1:org.eclipse.equinox.registry:3.5.101'
Gradle Kotlin
implementation("org.eclipse.birt.runtime.3_7_1:org.eclipse.equinox.registry:3.5.101")
Scala SBT
libraryDependencies += "org.eclipse.birt.runtime.3_7_1" % "org.eclipse.equinox.registry" % "3.5.101"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.birt.runtime.3_7_1', module='org.eclipse.equinox.registry', version='3.5.101')
)
Apache Ivy
<dependency org="org.eclipse.birt.runtime.3_7_1" name="org.eclipse.equinox.registry" rev="3.5.101" />
Leiningen
[org.eclipse.birt.runtime.3_7_1/org.eclipse.equinox.registry "3.5.101"]
Apache Buildr
'org.eclipse.birt.runtime.3_7_1:org.eclipse.equinox.registry:jar:3.5.101'