Skip to content

wolcengit/wacky-pack200

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wacky-pack200

Due to the legacy project, Pack200 and Upack00 needed to be used under Java 17, so the relevant source code was extracted from src.zip of jdk8 to form this project.

maven

<dependency>
    <groupId>io.github.wolcengit</groupId>
    <artifactId>wacky-pack200</artifactId>
    <version>1.0.0</version>
</dependency>
// java17+
import wacky.java.util.jar.Pack200;

About

using pack200/unpack200 in java17+

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages