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