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