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