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