Download preferences-3.2.100-v20070522.jar file - Jar p

Jar examples for p:preferences

Description

A simplified and typesafe entry point to the Java Preferences API (java.util.prefs)

You can download jar file preferences 3.2.100-v20070522 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add preferences-3.2.100-v20070522.jar to your project.

<dependency>
   <groupId>org.eclipse.equinox</groupId>
   <artifactId>preferences</artifactId>
   <version>3.2.100-v20070522</version>
</dependency>
compile group: 'org.eclipse.equinox', name: 'preferences', version: '3.2.100-v20070522'
libraryDependencies += "org.eclipse.equinox" % "preferences" % "3.2.100-v20070522"
<dependency org="org.eclipse.equinox" name="preferences" rev="3.2.100-v20070522"/>
@Grapes(@Grab(group='org.eclipse.equinox', module='preferences', version='3.2.100-v20070522'))
'org.eclipse.equinox:preferences:jar:3.2.100-v20070522'

Download

Click the following link to download the jar file.

preferences-3.2.100-v20070522.jar
preferences-3.2.100-v20070522.pom



Related Tutorials