MVN

org.eclipse.birt.runtime : org.eclipse.equinox.preferences

Maven & Gradle

Sep 17, 2015
2 usages

org.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar · A component of the BIRT runtime

<dependency>
    <groupId>org.eclipse.birt.runtime</groupId>
    <artifactId>org.eclipse.equinox.preferences</artifactId>
    <version>3.5.300.v20150408-1437</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.birt.runtime : org.eclipse.equinox.preferences to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.300.v20150408-1437

All Versions

Choose a version of org.eclipse.birt.runtime : org.eclipse.equinox.preferences to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
org.eclipse.equinox.preferences-3.5.300.v20150408-1437
org.eclipse.equinox.preferences-3.5.200.v20140224-1527
org.eclipse.equinox.preferences-3.5.100.v20130422-1538
org.eclipse.equinox.preferences-3.5.1.v20121031-182809
org.eclipse.equinox.preferences-3.5.0.v20120522-1841
3.4.x
org.eclipse.equinox.preferences-3.4.2.v20120111-2020

How to add a dependency to Maven

Add the following org.eclipse.birt.runtime : org.eclipse.equinox.preferences maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.birt.runtime</groupId>
    <artifactId>org.eclipse.equinox.preferences</artifactId>
    <version>3.5.300.v20150408-1437</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.birt.runtime : org.eclipse.equinox.preferences gradle dependency to your build.gradle file:

implementation 'org.eclipse.birt.runtime:org.eclipse.equinox.preferences:3.5.300.v20150408-1437'

Gradle Kotlin DSL: Add the following org.eclipse.birt.runtime : org.eclipse.equinox.preferences gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.birt.runtime:org.eclipse.equinox.preferences:3.5.300.v20150408-1437")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.birt.runtime : org.eclipse.equinox.preferences sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.birt.runtime" % "org.eclipse.equinox.preferences" % "3.5.300.v20150408-1437"