x

xar-root

A Java library for working with XAR archives.
https://github.com/gino0631/xar
GNU Lesser General Public License
文件下载
文件名 操作
xar-root-1.2.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.gino0631</groupId>
  <artifactId>xar-root</artifactId>
  <version>1.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.gino0631:xar-root:1.2'
Gradle Kotlin
implementation("com.github.gino0631:xar-root:1.2")
Scala SBT
libraryDependencies += "com.github.gino0631" % "xar-root" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.gino0631', module='xar-root', version='1.2')
)
Apache Ivy
<dependency org="com.github.gino0631" name="xar-root" rev="1.2" />
Leiningen
[com.github.gino0631/xar-root "1.2"]
Apache Buildr
'com.github.gino0631:xar-root:jar:1.2'
本项目依赖