Last Version

PKG Project Root 1.2

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

License

License

GroupId

GroupId

com.github.gino0631
ArtifactId

ArtifactId

pkg-root
Version

Version

1.2
Type

Type

pom
Description

Description

PKG Project Root
A pure Java implementation of tools for building macOS installer packages.
Project URL

Project URL

https://github.com/gino0631/pkg
Source Code Management

Source Code Management

https://github.com/gino0631/pkg

Download pkg-root 1.2

Filename Size
pkg-root-1.2.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.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gino0631/pkg-root/
implementation 'com.github.gino0631:pkg-root:1.2'
// https://jarcasting.com/artifacts/com.github.gino0631/pkg-root/
implementation ("com.github.gino0631:pkg-root:1.2")
'com.github.gino0631:pkg-root:pom:1.2'
<dependency org="com.github.gino0631" name="pkg-root" rev="1.2">
  <artifact name="pkg-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.gino0631', module='pkg-root', version='1.2')
)
libraryDependencies += "com.github.gino0631" % "pkg-root" % "1.2"
[com.github.gino0631/pkg-root "1.2"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

  • pkg-core
  • pkg-maven-plugin