Last Version

Gum 0.1

Gum - A thin wrapper around Apple's Mac-specific Java libraries to allow code to compile on other platforms without redistributing Apple's jar.

License

License

GroupId

GroupId

org.trypticon.gum
ArtifactId

ArtifactId

gum
Version

Version

0.1
Type

Type

jar
Description

Description

Gum
Gum - A thin wrapper around Apple's Mac-specific Java libraries to allow code to compile on other platforms without redistributing Apple's jar.
Project URL

Project URL

https://github.com/trejkaz/gum
Source Code Management

Source Code Management

https://github.com/trejkaz/gum

Download gum 0.1


<!-- https://jarcasting.com/artifacts/org.trypticon.gum/gum/ -->
<dependency>
    <groupId>org.trypticon.gum</groupId>
    <artifactId>gum</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.trypticon.gum/gum/
implementation 'org.trypticon.gum:gum:0.1'
// https://jarcasting.com/artifacts/org.trypticon.gum/gum/
implementation ("org.trypticon.gum:gum:0.1")
'org.trypticon.gum:gum:jar:0.1'
<dependency org="org.trypticon.gum" name="gum" rev="0.1">
  <artifact name="gum" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.trypticon.gum', module='gum', version='0.1')
)
libraryDependencies += "org.trypticon.gum" % "gum" % "0.1"
[org.trypticon.gum/gum "0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.