License |
License |
---|---|
GroupId | GroupIdcom.github.gino0631 |
ArtifactId | ArtifactIdpkg-core |
Version | Version1.2 |
Type | Typejar |
Description |
DescriptionPKG Core Library
A pure Java implementation of tools for building macOS installer packages.
|
Filename | Size |
---|---|
pkg-core-1.2.pom | |
pkg-core-1.2.jar | 79 KB |
pkg-core-1.2-sources.jar | 42 KB |
pkg-core-1.2-javadoc.jar | 293 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gino0631/pkg-core/ -->
<dependency>
<groupId>com.github.gino0631</groupId>
<artifactId>pkg-core</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gino0631/pkg-core/
implementation 'com.github.gino0631:pkg-core:1.2'
// https://jarcasting.com/artifacts/com.github.gino0631/pkg-core/
implementation ("com.github.gino0631:pkg-core:1.2")
'com.github.gino0631:pkg-core:jar:1.2'
<dependency org="com.github.gino0631" name="pkg-core" rev="1.2">
<artifact name="pkg-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gino0631', module='pkg-core', version='1.2')
)
libraryDependencies += "com.github.gino0631" % "pkg-core" % "1.2"
[com.github.gino0631/pkg-core "1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.gino0631 : xar-core | jar | 1.1 |
org.apache.commons : commons-compress | jar | 1.17 |
com.googlecode.plist : dd-plist | jar | 1.20 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |