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