| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.xp-forge.xar |
| ArtifactId | ArtifactIdxarlib |
| Last Version | Last Version2.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava XAR library
Java library to handle XAR archives
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| xarlib-2.0.1.pom | |
| xarlib-2.0.1.jar | 11 KB |
| xarlib-2.0.1-sources.jar | 8 KB |
| xarlib-2.0.1-javadoc.jar | 66 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.xp-forge.xar/xarlib/ -->
<dependency>
<groupId>net.xp-forge.xar</groupId>
<artifactId>xarlib</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.xp-forge.xar/xarlib/
implementation 'net.xp-forge.xar:xarlib:2.0.1'
// https://jarcasting.com/artifacts/net.xp-forge.xar/xarlib/
implementation ("net.xp-forge.xar:xarlib:2.0.1")
'net.xp-forge.xar:xarlib:jar:2.0.1'
<dependency org="net.xp-forge.xar" name="xarlib" rev="2.0.1">
<artifact name="xarlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.xp-forge.xar', module='xarlib', version='2.0.1')
)
libraryDependencies += "net.xp-forge.xar" % "xarlib" % "2.0.1"
[net.xp-forge.xar/xarlib "2.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.1 |