r

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.
http://wiki.eclipse.org/Equinox
Eclipse Public License
Thiago Le�o Moreira
文件下载
文件名 操作
registry-3.3.1.R33x_v20070802.jar 下载
registry-3.3.1.R33x_v20070802.pom 下载
registry-3.3.1.R33x_v20070802-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.floggy.3rd.org.eclipse.equinox</groupId>
  <artifactId>registry</artifactId>
  <version>3.3.1.R33x_v20070802</version>
</dependency>
Gradle Groovy
implementation 'org.floggy.3rd.org.eclipse.equinox:registry:3.3.1.R33x_v20070802'
Gradle Kotlin
implementation("org.floggy.3rd.org.eclipse.equinox:registry:3.3.1.R33x_v20070802")
Scala SBT
libraryDependencies += "org.floggy.3rd.org.eclipse.equinox" % "registry" % "3.3.1.R33x_v20070802"
Groovy Grape
@Grapes(
  @Grab(group='org.floggy.3rd.org.eclipse.equinox', module='registry', version='3.3.1.R33x_v20070802')
)
Apache Ivy
<dependency org="org.floggy.3rd.org.eclipse.equinox" name="registry" rev="3.3.1.R33x_v20070802" />
Leiningen
[org.floggy.3rd.org.eclipse.equinox/registry "3.3.1.R33x_v20070802"]
Apache Buildr
'org.floggy.3rd.org.eclipse.equinox:registry:jar:3.3.1.R33x_v20070802'
本项目依赖
该项目无第三方依赖