License |
License |
---|---|
GroupId | GroupIdcom.cldellow |
ArtifactId | ArtifactIdgzip |
Version | Version0.0.4 |
Type | Typejar |
Description |
Descriptioncom.cldellow:gzip
Uncompress GZIP streams and expose member offsets.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gzip-0.0.4.pom | |
gzip-0.0.4.jar | 7 KB |
gzip-0.0.4-sources.jar | 12 KB |
gzip-0.0.4-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cldellow/gzip/ -->
<dependency>
<groupId>com.cldellow</groupId>
<artifactId>gzip</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.cldellow/gzip/
implementation 'com.cldellow:gzip:0.0.4'
// https://jarcasting.com/artifacts/com.cldellow/gzip/
implementation ("com.cldellow:gzip:0.0.4")
'com.cldellow:gzip:jar:0.0.4'
<dependency org="com.cldellow" name="gzip" rev="0.0.4">
<artifact name="gzip" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cldellow', module='gzip', version='0.0.4')
)
libraryDependencies += "com.cldellow" % "gzip" % "0.0.4"
[com.cldellow/gzip "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |