License |
License |
---|---|
GroupId | GroupIdcom.alanbuttars.commons |
ArtifactId | ArtifactIdcommons-compress |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptioncommons-compress
Commons Compress is an API which provides a more friendly wrapper around the Apache Commons Compress library.
|
Filename | Size |
---|---|
commons-compress-1.0.pom | |
commons-compress-1.0.jar | 102 KB |
commons-compress-1.0-sources.jar | 69 KB |
commons-compress-1.0-javadoc.jar | 330 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alanbuttars.commons/commons-compress/ -->
<dependency>
<groupId>com.alanbuttars.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alanbuttars.commons/commons-compress/
implementation 'com.alanbuttars.commons:commons-compress:1.0'
// https://jarcasting.com/artifacts/com.alanbuttars.commons/commons-compress/
implementation ("com.alanbuttars.commons:commons-compress:1.0")
'com.alanbuttars.commons:commons-compress:jar:1.0'
<dependency org="com.alanbuttars.commons" name="commons-compress" rev="1.0">
<artifact name="commons-compress" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alanbuttars.commons', module='commons-compress', version='1.0')
)
libraryDependencies += "com.alanbuttars.commons" % "commons-compress" % "1.0"
[com.alanbuttars.commons/commons-compress "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.alanbuttars.commons : commons-util | jar | 1.0 |
org.apache.commons : commons-compress | jar | 1.13 |
org.tukaani : xz | jar | 1.6 |
com.google.code.gson : gson | jar | 2.8.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |
org.powermock : powermock-module-junit4 | jar | 1.6.6 |
org.powermock : powermock-api-mockito | jar | 1.6.6 |