Last Version

io.github.shuoros:JCompressor 0.1.0

JCompressor is an easy-to-use library in Java that can be used to compress different files and folders by various methods such as zip, Gzip, rar, Stufflt, 7z etc., and extract files and folders from those different compressed files.

License

License

GroupId

GroupId

io.github.shuoros
ArtifactId

ArtifactId

JCompressor
Version

Version

0.1.0
Type

Type

jar
Description

Description

io.github.shuoros:JCompressor
JCompressor is an easy-to-use library in Java that can be used to compress different files and folders by various methods such as zip, Gzip, rar, Stufflt, 7z etc., and extract files and folders from those different compressed files.
Project URL

Project URL

https://github.com/shuoros/JCompressor
Source Code Management

Source Code Management

https://github.com/shuoros/JCompressor/tree/main

Download JCompressor 0.1.0


<!-- https://jarcasting.com/artifacts/io.github.shuoros/JCompressor/ -->
<dependency>
    <groupId>io.github.shuoros</groupId>
    <artifactId>JCompressor</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shuoros/JCompressor/
implementation 'io.github.shuoros:JCompressor:0.1.0'
// https://jarcasting.com/artifacts/io.github.shuoros/JCompressor/
implementation ("io.github.shuoros:JCompressor:0.1.0")
'io.github.shuoros:JCompressor:jar:0.1.0'
<dependency org="io.github.shuoros" name="JCompressor" rev="0.1.0">
  <artifact name="JCompressor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shuoros', module='JCompressor', version='0.1.0')
)
libraryDependencies += "io.github.shuoros" % "JCompressor" % "0.1.0"
[io.github.shuoros/JCompressor "0.1.0"]

Dependencies

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.junit.jupiter : junit-jupiter-engine jar 5.8.2

Project Modules

There are no modules declared in this project.