p

pac-root

A pure Java implementation of tools for building Arch Linux packages.
https://github.com/gino0631/pac
GNU General Public License
Files download
File Operation
pac-root-1.1.pom download
Apache Maven
<dependency>
  <groupId>com.github.gino0631</groupId>
  <artifactId>pac-root</artifactId>
  <version>1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.gino0631:pac-root:1.1'
Gradle Kotlin
implementation("com.github.gino0631:pac-root:1.1")
Scala SBT
libraryDependencies += "com.github.gino0631" % "pac-root" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.gino0631', module='pac-root', version='1.1')
)
Apache Ivy
<dependency org="com.github.gino0631" name="pac-root" rev="1.1" />
Leiningen
[com.github.gino0631/pac-root "1.1"]
Apache Buildr
'com.github.gino0631:pac-root:jar:1.1'
Dependencies