License |
License |
---|---|
GroupId | GroupIdorg.codehaus.mojo |
ArtifactId | ArtifactIdtruezip-utils |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTrueZIP Shared Component
Shared component usable outside of Maven to manipulate archives. See javadoc and unit test for detailed usage.
|
Project Organization |
Project OrganizationCodehaus |
Filename | Size |
---|---|
truezip-utils-1.2.pom | |
truezip-utils-1.2.jar | 19 KB |
truezip-utils-1.2-sources.jar | 20 KB |
truezip-utils-1.2-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.mojo/truezip-utils/ -->
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>truezip-utils</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.mojo/truezip-utils/
implementation 'org.codehaus.mojo:truezip-utils:1.2'
// https://jarcasting.com/artifacts/org.codehaus.mojo/truezip-utils/
implementation ("org.codehaus.mojo:truezip-utils:1.2")
'org.codehaus.mojo:truezip-utils:jar:1.2'
<dependency org="org.codehaus.mojo" name="truezip-utils" rev="1.2">
<artifact name="truezip-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.mojo', module='truezip-utils', version='1.2')
)
libraryDependencies += "org.codehaus.mojo" % "truezip-utils" % "1.2"
[org.codehaus.mojo/truezip-utils "1.2"]
Group / Artifact | Type | Version |
---|---|---|
de.schlichtherle.truezip : truezip-file | jar | 7.7.5 |
de.schlichtherle.truezip : truezip-driver-zip | jar | 7.7.5 |
de.schlichtherle.truezip : truezip-driver-tar | jar | 7.7.5 |
org.apache.maven.shared : file-management | jar | 1.2.1 |
commons-lang : commons-lang | jar | 2.4 |
commons-io : commons-io | jar | 2.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |