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