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

io.devcon5:parent 1.0

Parent module defining global Maven project settings for all devcon5.io projects. The module contains the settings for publishing artifacts to MavenCentral, including code signing and javadoc. The release mechanism follows the git-flow using the jgitflow plugin of Atlassian.

Группа

Группа

io.devcon5
Идентификатор

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

parent
Версия

Версия

1.0
Тип

Тип

jar

Скачать parent 1.0

Имя Файла Размер
parent-1.0.pom
parent-1.0.jar 2 KB
Обзор

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