c

commons-compress

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