| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.emenaceb.appjar |
| Идентификатор | Идентификаторappjar-parent |
| Последняя версия | Последняя версия0.9.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеAppJar
Packages an application in a single jar.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| appjar-parent-0.9.2.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.emenaceb.appjar/appjar-parent/ -->
<dependency>
<groupId>com.github.emenaceb.appjar</groupId>
<artifactId>appjar-parent</artifactId>
<version>0.9.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.emenaceb.appjar/appjar-parent/
implementation 'com.github.emenaceb.appjar:appjar-parent:0.9.2'
// https://jarcasting.com/artifacts/com.github.emenaceb.appjar/appjar-parent/
implementation ("com.github.emenaceb.appjar:appjar-parent:0.9.2")
'com.github.emenaceb.appjar:appjar-parent:pom:0.9.2'
<dependency org="com.github.emenaceb.appjar" name="appjar-parent" rev="0.9.2">
<artifact name="appjar-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.emenaceb.appjar', module='appjar-parent', version='0.9.2')
)
libraryDependencies += "com.github.emenaceb.appjar" % "appjar-parent" % "0.9.2"
[com.github.emenaceb.appjar/appjar-parent "0.9.2"]