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

com.github.gv2011:parent 1.2

A Maven parent pom with default configurations useful for various projects. Central place to manage default dependency versions.

Группа

Группа

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

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

parent
Версия

Версия

1.2
Тип

Тип

pom

Скачать parent 1.2

Имя Файла Размер
parent-1.2.pom 18 KB
Обзор

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