is not current version
Last Version 4.0.2

io.aboutcode.stage:parent 1.1.3

A framework for generic Java software development

GroupId

GroupId

io.aboutcode.stage
ArtifactId

ArtifactId

parent
Version

Version

1.1.3
Type

Type

pom

Download parent 1.1.3

Filename Size
parent-1.1.3.pom 8 KB
Browse

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