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