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