is not current version
Last Version 4.0.2

io.aboutcode.stage:parent 3.0.1

A framework for generic Java software development

GroupId

GroupId

io.aboutcode.stage
ArtifactId

ArtifactId

parent
Version

Version

3.0.1
Type

Type

pom

Download parent 3.0.1

Filename Size
parent-3.0.1.pom 8 KB
Browse

<!-- 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"]