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

io.aboutcode.stage:parent 3.0.1

A framework for generic Java software development

Группа

Группа

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

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

parent
Версия

Версия

3.0.1
Тип

Тип

pom

Скачать parent 3.0.1

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

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