is not current version
Last Version 1.2

org.codehaus.mojo:truezip-utils 1.1

Shared component usable outside of Maven to manipulate archives. See javadoc and unit test for detailed usage.

GroupId

GroupId

org.codehaus.mojo
ArtifactId

ArtifactId

truezip-utils
Version

Version

1.1
Type

Type

jar

Download truezip-utils 1.1


<!-- https://jarcasting.com/artifacts/org.codehaus.mojo/truezip-utils/ -->
<dependency>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>truezip-utils</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.mojo/truezip-utils/
implementation 'org.codehaus.mojo:truezip-utils:1.1'
// https://jarcasting.com/artifacts/org.codehaus.mojo/truezip-utils/
implementation ("org.codehaus.mojo:truezip-utils:1.1")
'org.codehaus.mojo:truezip-utils:jar:1.1'
<dependency org="org.codehaus.mojo" name="truezip-utils" rev="1.1">
  <artifact name="truezip-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.mojo', module='truezip-utils', version='1.1')
)
libraryDependencies += "org.codehaus.mojo" % "truezip-utils" % "1.1"
[org.codehaus.mojo/truezip-utils "1.1"]