GroupId | GroupIdcom.walterjwhite.infrastructure.dependencies |
---|---|
ArtifactId | ArtifactIdcommons-compress |
Last Version | Last Version0.0.15 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncommons-compress
dependencies
|
Filename | Size |
---|---|
commons-compress-0.0.15.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.walterjwhite.infrastructure.dependencies/commons-compress/ -->
<dependency>
<groupId>com.walterjwhite.infrastructure.dependencies</groupId>
<artifactId>commons-compress</artifactId>
<version>0.0.15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.walterjwhite.infrastructure.dependencies/commons-compress/
implementation 'com.walterjwhite.infrastructure.dependencies:commons-compress:0.0.15'
// https://jarcasting.com/artifacts/com.walterjwhite.infrastructure.dependencies/commons-compress/
implementation ("com.walterjwhite.infrastructure.dependencies:commons-compress:0.0.15")
'com.walterjwhite.infrastructure.dependencies:commons-compress:pom:0.0.15'
<dependency org="com.walterjwhite.infrastructure.dependencies" name="commons-compress" rev="0.0.15">
<artifact name="commons-compress" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.walterjwhite.infrastructure.dependencies', module='commons-compress', version='0.0.15')
)
libraryDependencies += "com.walterjwhite.infrastructure.dependencies" % "commons-compress" % "0.0.15"
[com.walterjwhite.infrastructure.dependencies/commons-compress "0.0.15"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-compress | jar | 1.14 |
org.tukaani : xz | jar | 1.6 |