ShrinkItArchive

1.2.2

A Java library for managing Apple II ShrinkIt archives.
AppleCommander/ShrinkItArchive

What's New

1.2.2 Minor update for version information

2018-04-05T02:44:54Z

This release adds version information that is easily accessible. NuFuleArchive.VERSION is now available and is populated from the Gradle metadata.

The -v option when running the application now reports the version instead of crashing...

$ java -jar ShrinkItArchive-1.2.2.jar -v
ShrinkIt Library version 1.2.2

... and when running the JAR without options give a tiny bit of helpful text.

$ java -jar ShrinkItArchive-1.2.2.jar 
Scan NuFX/Shrinkit archives.  Please include at least one path name.

This update will be available in the Maven repository as:

<dependency>
  <groupId>net.sf.applecommander</groupId>
  <artifactId>ShrinkItArchive</artifactId>
  <version>1.2.2</version>
</dependency>

Difference between 1.2.1 and 1.2.2

ShrinkIt Archive Library for Java

This project is a direct off-shoot of the AppleCommander project and implements a pure Java API to manipulate ShrinkIt (NuFX) archives (Apple File Type Note $E0/8002).

Developers

Being new to Gradle, all of the Maven release components are in the build.gradle file. More a warning than anything, just in case it causes issues. Please make more portable and submit a PR.

Description

  • Swift Tools
View More Packages from this Author

Dependencies

  • None
Last updated: Mon May 12 2025 05:27:28 GMT-0900 (Hawaii-Aleutian Daylight Time)