| License |
License |
|---|---|
| GroupId | GroupIdcom.aeontronix.unpack |
| ArtifactId | ArtifactIdunpack |
| Last Version | Last Version1.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionUnpack
Archive management library with transformation capabilities
|
| Project Organization |
Project OrganizationAeontronix Inc |
| Filename | Size |
|---|---|
| unpack-1.0.4.pom | |
| unpack-1.0.4.jar | 29 KB |
| unpack-1.0.4-sources.jar | 14 KB |
| unpack-1.0.4-javadoc.jar | 512 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.aeontronix.unpack/unpack/ -->
<dependency>
<groupId>com.aeontronix.unpack</groupId>
<artifactId>unpack</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.aeontronix.unpack/unpack/
implementation 'com.aeontronix.unpack:unpack:1.0.4'
// https://jarcasting.com/artifacts/com.aeontronix.unpack/unpack/
implementation ("com.aeontronix.unpack:unpack:1.0.4")
'com.aeontronix.unpack:unpack:jar:1.0.4'
<dependency org="com.aeontronix.unpack" name="unpack" rev="1.0.4">
<artifact name="unpack" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aeontronix.unpack', module='unpack', version='1.0.4')
)
libraryDependencies += "com.aeontronix.unpack" % "unpack" % "1.0.4"
[com.aeontronix.unpack/unpack "1.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains : annotations | jar | 23.0.0 |
| org.apache.commons : commons-compress | jar | 1.21 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.13.2 |
| com.aeontronix.aeon-commons : aeon-commons-core | jar | 2.0.0-beta1 |
| com.aeontronix.aeon-commons : aeon-commons-file | jar | 2.0.0-beta1 |
| com.aeontronix.aeon-commons : aeon-commons-xml | jar | 2.0.0-beta1 |
| com.aeontronix.aeon-commons : aeon-commons-io | jar | 2.0.0-beta1 |
| com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.13.2.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |