o

org.eclipse.equinox.preferences

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.preferences-3.4.1.jar download
org.eclipse.equinox.preferences-3.4.1.pom download
Apache Maven
<dependency>
  <groupId>org.eclipse.birt.runtime.3_7_1</groupId>
  <artifactId>org.eclipse.equinox.preferences</artifactId>
  <version>3.4.1</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.birt.runtime.3_7_1:org.eclipse.equinox.preferences:3.4.1'
Gradle Kotlin
implementation("org.eclipse.birt.runtime.3_7_1:org.eclipse.equinox.preferences:3.4.1")
Scala SBT
libraryDependencies += "org.eclipse.birt.runtime.3_7_1" % "org.eclipse.equinox.preferences" % "3.4.1"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.birt.runtime.3_7_1', module='org.eclipse.equinox.preferences', version='3.4.1')
)
Apache Ivy
<dependency org="org.eclipse.birt.runtime.3_7_1" name="org.eclipse.equinox.preferences" rev="3.4.1" />
Leiningen
[org.eclipse.birt.runtime.3_7_1/org.eclipse.equinox.preferences "3.4.1"]
Apache Buildr
'org.eclipse.birt.runtime.3_7_1:org.eclipse.equinox.preferences:jar:3.4.1'