License |
License |
---|---|
Categories |
CategoriesNative Development Tools |
GroupId | GroupIdbe.yildiz-games |
ArtifactId | ArtifactIdcommon-native |
Last Version | Last Version1.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionYildiz Common Native
Common library for the yildiz native projects, contains utilities, helper classes and more.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
common-native-1.0.7.pom | |
common-native-1.0.7.jar | 4 MB |
common-native-1.0.7-sources.jar | 4 MB |
common-native-1.0.7-javadoc.jar | 366 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.yildiz-games/common-native/ -->
<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>common-native</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/common-native/
implementation 'be.yildiz-games:common-native:1.0.7'
// https://jarcasting.com/artifacts/be.yildiz-games/common-native/
implementation ("be.yildiz-games:common-native:1.0.7")
'be.yildiz-games:common-native:jar:1.0.7'
<dependency org="be.yildiz-games" name="common-native" rev="1.0.7">
<artifact name="common-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='common-native', version='1.0.7')
)
libraryDependencies += "be.yildiz-games" % "common-native" % "1.0.7"
[be.yildiz-games/common-native "1.0.7"]
Group / Artifact | Type | Version |
---|---|---|
be.yildiz-games : common-logging | jar | 3.1.1 |
be.yildiz-games : common-compression | jar | 2.0.4 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.4.1 |