is not current version
Last Version 0.10.0

com.github.crabs-hue.commons:commons-compress 0.0.2

Library for handling compressed archive files.

GroupId

GroupId

com.github.crabs-hue.commons
ArtifactId

ArtifactId

commons-compress
Version

Version

0.0.2
Type

Type

jar

Download commons-compress 0.0.2


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