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