License |
License |
---|---|
GroupId | GroupIdcom.github.gino0631 |
ArtifactId | ArtifactIdpkg-root |
Version | Version1.2 |
Type | Typepom |
Description |
DescriptionPKG Project Root
A pure Java implementation of tools for building macOS installer packages.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |