MVN

com.googlecode.plist : dd-plist

Maven & Gradle

Apr 10, 2023
119 usages
249 stars

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.

<dependency>
    <groupId>com.googlecode.plist</groupId>
    <artifactId>dd-plist</artifactId>
    <version>1.27</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.plist : dd-plist to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.27

All Versions

Choose a version of com.googlecode.plist : dd-plist to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.27
dd-plist-1.27
1.26
dd-plist-1.26
1.25
dd-plist-1.25
1.24
dd-plist-1.24
1.23
dd-plist-1.23
1.22
dd-plist-1.22
1.21
dd-plist-1.21
1.20
dd-plist-1.20
1.19
dd-plist-1.19
1.18
dd-plist-1.18
1.17
dd-plist-1.17
1.16
dd-plist-1.16
CVE-2016-15026
1.8
dd-plist-1.8
CVE-2016-15026
1.3
dd-plist-1.3
CVE-2016-15026
1.0
dd-plist-1.0
CVE-2016-15026

How to add a dependency to Maven

Add the following com.googlecode.plist : dd-plist maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.plist</groupId>
    <artifactId>dd-plist</artifactId>
    <version>1.27</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.plist : dd-plist gradle dependency to your build.gradle file:

implementation 'com.googlecode.plist:dd-plist:1.27'

Gradle Kotlin DSL: Add the following com.googlecode.plist : dd-plist gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.plist:dd-plist:1.27")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.plist : dd-plist sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.plist" % "dd-plist" % "1.27"

Advertisement