| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGradle Компиляция и сборка |
| Группа | Группаcom.github.zutherb.gradle |
| Идентификатор | Идентификаторgradle-macappbundle |
| Последняя версия | Последняя версия0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеGradle MacAppBundle Plugin
The gradle-macappbundle plugin creates Mac OSX .app applications from within Gradle. The runSetFile and createDmg tasks will probably only run on under OSX as they use the SetFile and hdiutil applications.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| gradle-macappbundle-0.1.pom | |
| gradle-macappbundle-0.1.jar | 179 KB |
| gradle-macappbundle-0.1-sources.jar | 8 KB |
| gradle-macappbundle-0.1-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.zutherb.gradle/gradle-macappbundle/ -->
<dependency>
<groupId>com.github.zutherb.gradle</groupId>
<artifactId>gradle-macappbundle</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zutherb.gradle/gradle-macappbundle/
implementation 'com.github.zutherb.gradle:gradle-macappbundle:0.1'
// https://jarcasting.com/artifacts/com.github.zutherb.gradle/gradle-macappbundle/
implementation ("com.github.zutherb.gradle:gradle-macappbundle:0.1")
'com.github.zutherb.gradle:gradle-macappbundle:jar:0.1'
<dependency org="com.github.zutherb.gradle" name="gradle-macappbundle" rev="0.1">
<artifact name="gradle-macappbundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zutherb.gradle', module='gradle-macappbundle', version='0.1')
)
libraryDependencies += "com.github.zutherb.gradle" % "gradle-macappbundle" % "0.1"
[com.github.zutherb.gradle/gradle-macappbundle "0.1"]