A Java library for managing Apple II ShrinkIt archives.
Go to file
A2 Geek 4ebc196313
Merge pull request #4 from AppleCommander/dependabot/gradle/junit-junit-4.13.2
Bump junit:junit from 4.12 to 4.13.2
2023-10-28 12:52:42 -05:00
.github Create dependabot.yml 2023-10-28 12:51:53 -05:00
gradle/wrapper First round of updates. Leaving publication for later. #3 2020-11-24 19:35:38 -06:00
src Adding some version information and fixing command-line to actually report version. 2018-04-04 21:34:04 -05:00
.gitignore Adding Gradle config to publish to the Maven Central Repository. 2018-03-07 19:59:46 -06:00
LICENSE Add a simple jar buildfile 2012-06-25 14:02:22 +00:00
MAVEN-REPO.md Adding Gradle config to publish to the Maven Central Repository. 2018-03-07 19:59:46 -06:00
README.md Adding Gradle config to publish to the Maven Central Repository. 2018-03-07 19:59:46 -06:00
build.gradle Bump junit:junit from 4.12 to 4.13.2 2023-10-28 17:52:10 +00:00
gradle.properties Adding some version information and fixing command-line to actually report version. 2018-04-04 21:34:04 -05:00
gradlew First round of updates. Leaving publication for later. #3 2020-11-24 19:35:38 -06:00
gradlew.bat First round of updates. Leaving publication for later. #3 2020-11-24 19:35:38 -06:00
settings.gradle Migrating to Gradle; leaving the one failing Unit test as-is for now. #1. 2018-03-05 21:48:48 -06:00

README.md

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.