License |
License |
---|---|
GroupId | GroupIdcom.sprylab.xar |
ArtifactId | ArtifactIdxar |
Version | Version0.9.9 |
Type | Typejar |
Description |
Descriptionxar (Library)
A Java library for reading and writing eXtensible ARchiver files.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
xar-0.9.9.pom | |
xar-0.9.9.jar | 44 KB |
xar-0.9.9-sources.jar | 24 KB |
xar-0.9.9-javadoc.jar | 204 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sprylab.xar/xar/ -->
<dependency>
<groupId>com.sprylab.xar</groupId>
<artifactId>xar</artifactId>
<version>0.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.sprylab.xar/xar/
implementation 'com.sprylab.xar:xar:0.9.9'
// https://jarcasting.com/artifacts/com.sprylab.xar/xar/
implementation ("com.sprylab.xar:xar:0.9.9")
'com.sprylab.xar:xar:jar:0.9.9'
<dependency org="com.sprylab.xar" name="xar" rev="0.9.9">
<artifact name="xar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sprylab.xar', module='xar', version='0.9.9')
)
libraryDependencies += "com.sprylab.xar" % "xar" % "0.9.9"
[com.sprylab.xar/xar "0.9.9"]
Group / Artifact | Type | Version |
---|---|---|
org.simpleframework : simple-xml | jar | 2.7.1 |
com.squareup.okio : okio | jar | 1.14.0 |
org.jooq : joou-java-6 | jar | 0.9.4 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.10.0 |
commons-io : commons-io | jar | 2.5 |
commons-codec : commons-codec | jar | 1.10 |
org.apache.commons : commons-lang3 | jar | 3.6 |
org.slf4j : slf4j-simple | jar | 1.7.25 |