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