| GroupId | GroupIdio.aboutcode.stage |
|---|---|
| ArtifactId | ArtifactIdparent |
| Version | Version3.0.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| parent-3.0.2.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.aboutcode.stage/parent/ -->
<dependency>
<groupId>io.aboutcode.stage</groupId>
<artifactId>parent</artifactId>
<version>3.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.aboutcode.stage/parent/
implementation 'io.aboutcode.stage:parent:3.0.2'
// https://jarcasting.com/artifacts/io.aboutcode.stage/parent/
implementation ("io.aboutcode.stage:parent:3.0.2")
'io.aboutcode.stage:parent:pom:3.0.2'
<dependency org="io.aboutcode.stage" name="parent" rev="3.0.2">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.aboutcode.stage', module='parent', version='3.0.2')
)
libraryDependencies += "io.aboutcode.stage" % "parent" % "3.0.2"
[io.aboutcode.stage/parent "3.0.2"]