is not current version
Last Version 1.1

com.github.gino0631:xar-root 1.0

A Java library for working with XAR archives.

GroupId

GroupId

com.github.gino0631
ArtifactId

ArtifactId

xar-root
Version

Version

1.0
Type

Type

pom

Download xar-root 1.0

Filename Size
xar-root-1.0.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.gino0631/xar-root/ -->
<dependency>
    <groupId>com.github.gino0631</groupId>
    <artifactId>xar-root</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gino0631/xar-root/
implementation 'com.github.gino0631:xar-root:1.0'
// https://jarcasting.com/artifacts/com.github.gino0631/xar-root/
implementation ("com.github.gino0631:xar-root:1.0")
'com.github.gino0631:xar-root:pom:1.0'
<dependency org="com.github.gino0631" name="xar-root" rev="1.0">
  <artifact name="xar-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.gino0631', module='xar-root', version='1.0')
)
libraryDependencies += "com.github.gino0631" % "xar-root" % "1.0"
[com.github.gino0631/xar-root "1.0"]