GroupId | GroupIdbe.yildiz-games |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version1.0.6 |
Type | Typepom |
Filename | Size |
---|---|
parent-1.0.6.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.yildiz-games/parent/ -->
<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>parent</artifactId>
<version>1.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/parent/
implementation 'be.yildiz-games:parent:1.0.6'
// https://jarcasting.com/artifacts/be.yildiz-games/parent/
implementation ("be.yildiz-games:parent:1.0.6")
'be.yildiz-games:parent:pom:1.0.6'
<dependency org="be.yildiz-games" name="parent" rev="1.0.6">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='parent', version='1.0.6')
)
libraryDependencies += "be.yildiz-games" % "parent" % "1.0.6"
[be.yildiz-games/parent "1.0.6"]