License |
License
The Apache Software License, Version 2.0
|
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdedu.sc.seis.gradle |
ArtifactId | ArtifactIdmacappbundle |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmacappbundle
A Gradle Plugin to create a Mac OSX .app application based on the project.
|
Filename | Size |
---|---|
macappbundle-2.0.0.pom | |
macappbundle-2.0.0.jar | 288 KB |
macappbundle-2.0.0-sources.jar | 24 KB |
macappbundle-2.0.0-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.sc.seis.gradle/macappbundle/ -->
<dependency>
<groupId>edu.sc.seis.gradle</groupId>
<artifactId>macappbundle</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/edu.sc.seis.gradle/macappbundle/
implementation 'edu.sc.seis.gradle:macappbundle:2.0.0'
// https://jarcasting.com/artifacts/edu.sc.seis.gradle/macappbundle/
implementation ("edu.sc.seis.gradle:macappbundle:2.0.0")
'edu.sc.seis.gradle:macappbundle:jar:2.0.0'
<dependency org="edu.sc.seis.gradle" name="macappbundle" rev="2.0.0">
<artifact name="macappbundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.sc.seis.gradle', module='macappbundle', version='2.0.0')
)
libraryDependencies += "edu.sc.seis.gradle" % "macappbundle" % "2.0.0"
[edu.sc.seis.gradle/macappbundle "2.0.0"]