не последняя версия
Последняя версия 1.2

xyz.cofe:next-parent 1.0

parent for common lib for any platform

Группа

Группа

xyz.cofe
Идентификатор

Идентификатор

next-parent
Версия

Версия

1.0
Тип

Тип

pom

Скачать next-parent 1.0

Имя Файла Размер
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"]