| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdorg.eclipse.birt.runtime | 
    
| ArtifactId | ArtifactIdorg.eclipse.equinox.preferences | 
    
| Last Version | Last Version3.5.300.v20150408-1437 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionorg.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar 
            A component of the BIRT runtime 
         | 
    
| Project URL | 
                    Project URL | 
            
<!-- https://jarcasting.com/artifacts/org.eclipse.birt.runtime/org.eclipse.equinox.preferences/ -->
<dependency>
    <groupId>org.eclipse.birt.runtime</groupId>
    <artifactId>org.eclipse.equinox.preferences</artifactId>
    <version>3.5.300.v20150408-1437</version>
</dependency>
                // https://jarcasting.com/artifacts/org.eclipse.birt.runtime/org.eclipse.equinox.preferences/
implementation 'org.eclipse.birt.runtime:org.eclipse.equinox.preferences:3.5.300.v20150408-1437'
                // https://jarcasting.com/artifacts/org.eclipse.birt.runtime/org.eclipse.equinox.preferences/
implementation ("org.eclipse.birt.runtime:org.eclipse.equinox.preferences:3.5.300.v20150408-1437")
                'org.eclipse.birt.runtime:org.eclipse.equinox.preferences:jar:3.5.300.v20150408-1437'
                <dependency org="org.eclipse.birt.runtime" name="org.eclipse.equinox.preferences" rev="3.5.300.v20150408-1437">
  <artifact name="org.eclipse.equinox.preferences" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.eclipse.birt.runtime', module='org.eclipse.equinox.preferences', version='3.5.300.v20150408-1437')
)
                libraryDependencies += "org.eclipse.birt.runtime" % "org.eclipse.equinox.preferences" % "3.5.300.v20150408-1437"
                [org.eclipse.birt.runtime/org.eclipse.equinox.preferences "3.5.300.v20150408-1437"]