| GroupId | GroupIddk.ange.edith |
|---|---|
| ArtifactId | ArtifactIdparent |
| Version | Version0.0.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| parent-0.0.2.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dk.ange.edith/parent/ -->
<dependency>
<groupId>dk.ange.edith</groupId>
<artifactId>parent</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dk.ange.edith/parent/
implementation 'dk.ange.edith:parent:0.0.2'
// https://jarcasting.com/artifacts/dk.ange.edith/parent/
implementation ("dk.ange.edith:parent:0.0.2")
'dk.ange.edith:parent:pom:0.0.2'
<dependency org="dk.ange.edith" name="parent" rev="0.0.2">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='dk.ange.edith', module='parent', version='0.0.2')
)
libraryDependencies += "dk.ange.edith" % "parent" % "0.0.2"
[dk.ange.edith/parent "0.0.2"]