is not current version
Last Version 1.2

com.github.gino0631:pkg-root 1.0

A pure Java implementation of tools for building macOS installer packages.

GroupId

GroupId

com.github.gino0631
ArtifactId

ArtifactId

pkg-root
Version

Version

1.0
Type

Type

pom

Download pkg-root 1.0

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

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