License |
License |
---|---|
GroupId | GroupIdcom.github.gino0631 |
ArtifactId | ArtifactIdxar-core |
Version | Version1.1 |
Type | Typejar |
Description |
DescriptionXAR Core Library
A Java library for working with XAR archives.
|
Filename | Size |
---|---|
xar-core-1.1.pom | |
xar-core-1.1.jar | 56 KB |
xar-core-1.1-sources.jar | 26 KB |
xar-core-1.1-javadoc.jar | 156 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gino0631/xar-core/ -->
<dependency>
<groupId>com.github.gino0631</groupId>
<artifactId>xar-core</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gino0631/xar-core/
implementation 'com.github.gino0631:xar-core:1.1'
// https://jarcasting.com/artifacts/com.github.gino0631/xar-core/
implementation ("com.github.gino0631:xar-core:1.1")
'com.github.gino0631:xar-core:jar:1.1'
<dependency org="com.github.gino0631" name="xar-core" rev="1.1">
<artifact name="xar-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gino0631', module='xar-core', version='1.1')
)
libraryDependencies += "com.github.gino0631" % "xar-core" % "1.1"
[com.github.gino0631/xar-core "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.gino0631 : xar-api | jar | 1.1 |
org.bouncycastle : bcpkix-jdk15on | jar | 1.57 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |