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