Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdbe.yildiz-games |
ArtifactId | ArtifactIdcommon-native |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
common-native-1.0.6.pom | |
common-native-1.0.6.jar | 4 MB |
common-native-1.0.6-sources.jar | 4 MB |
common-native-1.0.6-javadoc.jar | 397 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.yildiz-games/common-native/ -->
<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>common-native</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/common-native/
implementation 'be.yildiz-games:common-native:1.0.6'
// https://jarcasting.com/artifacts/be.yildiz-games/common-native/
implementation ("be.yildiz-games:common-native:1.0.6")
'be.yildiz-games:common-native:jar:1.0.6'
<dependency org="be.yildiz-games" name="common-native" rev="1.0.6">
<artifact name="common-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='common-native', version='1.0.6')
)
libraryDependencies += "be.yildiz-games" % "common-native" % "1.0.6"
[be.yildiz-games/common-native "1.0.6"]