Skip to content

com.github.flank.flank 23.06.2

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>com.github.flank</groupId>
  <artifactId>flank</artifactId>
  <version>23.06.2</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

    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.