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