文件下载
文件名 操作
registry-3.2.1-R32x_v20060814.jar 下载
registry-3.2.1-R32x_v20060814.pom 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.equinox</groupId>
  <artifactId>registry</artifactId>
  <version>3.2.1-R32x_v20060814</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.equinox:registry:3.2.1-R32x_v20060814'
Gradle Kotlin
implementation("org.eclipse.equinox:registry:3.2.1-R32x_v20060814")
Scala SBT
libraryDependencies += "org.eclipse.equinox" % "registry" % "3.2.1-R32x_v20060814"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.equinox', module='registry', version='3.2.1-R32x_v20060814')
)
Apache Ivy
<dependency org="org.eclipse.equinox" name="registry" rev="3.2.1-R32x_v20060814" />
Leiningen
[org.eclipse.equinox/registry "3.2.1-R32x_v20060814"]
Apache Buildr
'org.eclipse.equinox:registry:jar:3.2.1-R32x_v20060814'
本项目依赖