не последняя версия
Последняя версия 0.0.2-RELEASE

me.chyxion:maven-parent 0.0.1-RELEASE

Maven Project Parent

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

me.chyxion
Идентификатор

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

maven-parent
Версия

Версия

0.0.1-RELEASE
Тип

Тип

pom

Скачать maven-parent 0.0.1-RELEASE

Имя Файла Размер
maven-parent-0.0.1-RELEASE.pom 6 KB
Обзор

<!-- https://jarcasting.com/artifacts/me.chyxion/maven-parent/ -->
<dependency>
    <groupId>me.chyxion</groupId>
    <artifactId>maven-parent</artifactId>
    <version>0.0.1-RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/me.chyxion/maven-parent/
implementation 'me.chyxion:maven-parent:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/me.chyxion/maven-parent/
implementation ("me.chyxion:maven-parent:0.0.1-RELEASE")
'me.chyxion:maven-parent:pom:0.0.1-RELEASE'
<dependency org="me.chyxion" name="maven-parent" rev="0.0.1-RELEASE">
  <artifact name="maven-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='me.chyxion', module='maven-parent', version='0.0.1-RELEASE')
)
libraryDependencies += "me.chyxion" % "maven-parent" % "0.0.1-RELEASE"
[me.chyxion/maven-parent "0.0.1-RELEASE"]