is not current version
Last Version 0.0.4

com.cldellow:gzip 0.0.3

Uncompress GZIP streams and expose member offsets.

GroupId

GroupId

com.cldellow
ArtifactId

ArtifactId

gzip
Version

Version

0.0.3
Type

Type

jar

Download gzip 0.0.3


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