GroupId | GroupIdat.willhaben.willtest |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
parent-1.0.0.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/at.willhaben.willtest/parent/ -->
<dependency>
<groupId>at.willhaben.willtest</groupId>
<artifactId>parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/at.willhaben.willtest/parent/
implementation 'at.willhaben.willtest:parent:1.0.0'
// https://jarcasting.com/artifacts/at.willhaben.willtest/parent/
implementation ("at.willhaben.willtest:parent:1.0.0")
'at.willhaben.willtest:parent:pom:1.0.0'
<dependency org="at.willhaben.willtest" name="parent" rev="1.0.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='at.willhaben.willtest', module='parent', version='1.0.0')
)
libraryDependencies += "at.willhaben.willtest" % "parent" % "1.0.0"
[at.willhaben.willtest/parent "1.0.0"]