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