Files download
File Operation
gzip-0.0.4.jar download
gzip-0.0.4.pom download
gzip-0.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.cldellow</groupId>
  <artifactId>gzip</artifactId>
  <version>0.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.cldellow:gzip:0.0.4'
Gradle Kotlin
implementation("com.cldellow:gzip:0.0.4")
Scala SBT
libraryDependencies += "com.cldellow" % "gzip" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.cldellow', module='gzip', version='0.0.4')
)
Apache Ivy
<dependency org="com.cldellow" name="gzip" rev="0.0.4" />
Leiningen
[com.cldellow/gzip "0.0.4"]
Apache Buildr
'com.cldellow:gzip:jar:0.0.4'
Dependencies