is not current version
Last Version 0.0.4

com.cldellow:gzip 0.0.1

Uncompress GZIP streams and expose member offsets.

GroupId

GroupId

com.cldellow
ArtifactId

ArtifactId

gzip
Version

Version

0.0.1
Type

Type

jar

Download gzip 0.0.1


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