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

com.github.sviperll:maven-parent 0.11

Artifact to use as universal maven parent

Категории

Категории

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

Группа

com.github.sviperll
Идентификатор

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

maven-parent
Версия

Версия

0.11
Тип

Тип

pom

Скачать maven-parent 0.11

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

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