| Группа | Группаorg.appng |
|---|---|
| Идентификатор | Идентификаторappng-template-parent |
| Версия | Версия1.17.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| appng-template-parent-1.17.0.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.appng/appng-template-parent/ -->
<dependency>
<groupId>org.appng</groupId>
<artifactId>appng-template-parent</artifactId>
<version>1.17.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.appng/appng-template-parent/
implementation 'org.appng:appng-template-parent:1.17.0'
// https://jarcasting.com/artifacts/org.appng/appng-template-parent/
implementation ("org.appng:appng-template-parent:1.17.0")
'org.appng:appng-template-parent:pom:1.17.0'
<dependency org="org.appng" name="appng-template-parent" rev="1.17.0">
<artifact name="appng-template-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.appng', module='appng-template-parent', version='1.17.0')
)
libraryDependencies += "org.appng" % "appng-template-parent" % "1.17.0"
[org.appng/appng-template-parent "1.17.0"]