Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdbe.yildiz-games |
ArtifactId | ArtifactIdcommon-native |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
common-native-1.0.3.pom | |
common-native-1.0.3.jar | 4 MB |
common-native-1.0.3-sources.jar | 4 MB |
common-native-1.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/common-native/
implementation 'be.yildiz-games:common-native:1.0.3'
// https://jarcasting.com/artifacts/be.yildiz-games/common-native/
implementation ("be.yildiz-games:common-native:1.0.3")
'be.yildiz-games:common-native:jar:1.0.3'
<dependency org="be.yildiz-games" name="common-native" rev="1.0.3">
<artifact name="common-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='common-native', version='1.0.3')
)
libraryDependencies += "be.yildiz-games" % "common-native" % "1.0.3"
[be.yildiz-games/common-native "1.0.3"]