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.20 in this page.
MIT License
You can use the following script to add dd-plist-1.20.jar to your project.
<dependency> <groupId>com.googlecode.plist</groupId> <artifactId>dd-plist</artifactId> <version>1.20</version> </dependency>
compile group: 'com.googlecode.plist', name: 'dd-plist', version: '1.20'
libraryDependencies += "com.googlecode.plist" % "dd-plist" % "1.20"
<dependency org="com.googlecode.plist" name="dd-plist" rev="1.20"/>
@Grapes(@Grab(group='com.googlecode.plist', module='dd-plist', version='1.20'))
'com.googlecode.plist:dd-plist:jar:1.20'
Click the following link to download the jar file.
dd-plist-1.20-javadoc.jar