Jar examples for d:dd-plist
This library enables Java applications to work with property lists in various formats. Supported formats for reading and writing are OS X/iOS binary and XML property lists. Old-fashioned ASCII property lists are also supported. The library also provides access to basic functions of NeXTSTEP/Cocoa classes like NSDictionary, NSArray, etc.
You can download jar file dd-plist 1.3 in this page.
MIT License
You can use the following script to add dd-plist-1.3.jar to your project.
<dependency> <groupId>com.googlecode.plist</groupId> <artifactId>dd-plist</artifactId> <version>1.3</version> </dependency>
compile group: 'com.googlecode.plist', name: 'dd-plist', version: '1.3'
libraryDependencies += "com.googlecode.plist" % "dd-plist" % "1.3"
<dependency org="com.googlecode.plist" name="dd-plist" rev="1.3"/>
@Grapes(@Grab(group='com.googlecode.plist', module='dd-plist', version='1.3'))
'com.googlecode.plist:dd-plist:jar:1.3'
Click the following link to download the jar file.
dd-plist-1.3-javadoc.jar