Last Version

dd-plist 1.23

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. ASCII property lists are also supported. The library also provides access to basic functions of NeXTSTEP/Cocoa classes like NSDictionary, NSArray, etc.

License

License

GroupId

GroupId

com.googlecode.plist
ArtifactId

ArtifactId

dd-plist
Version

Version

1.23
Type

Type

jar
Description

Description

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. ASCII property lists are also supported. The library also provides access to basic functions of NeXTSTEP/Cocoa classes like NSDictionary, NSArray, etc.
Project URL

Project URL

http://www.github.com/3breadt/dd-plist
Source Code Management

Source Code Management

https://github.com/3breadt/dd-plist/tree/master

Download dd-plist 1.23


<!-- https://jarcasting.com/artifacts/com.googlecode.plist/dd-plist/ -->
<dependency>
    <groupId>com.googlecode.plist</groupId>
    <artifactId>dd-plist</artifactId>
    <version>1.23</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.plist/dd-plist/
implementation 'com.googlecode.plist:dd-plist:1.23'
// https://jarcasting.com/artifacts/com.googlecode.plist/dd-plist/
implementation ("com.googlecode.plist:dd-plist:1.23")
'com.googlecode.plist:dd-plist:jar:1.23'
<dependency org="com.googlecode.plist" name="dd-plist" rev="1.23">
  <artifact name="dd-plist" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.plist', module='dd-plist', version='1.23')
)
libraryDependencies += "com.googlecode.plist" % "dd-plist" % "1.23"
[com.googlecode.plist/dd-plist "1.23"]

Dependencies

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.5.2

Project Modules

There are no modules declared in this project.