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