License |
License |
---|---|
GroupId | GroupIdbe.yildiz-games |
ArtifactId | ArtifactIdcommon-gameobject |
Last Version | Last Version1.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionYildiz Common Game Object
Common library for the yildiz project, contains game object classes.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
common-gameobject-1.0.8.pom | |
common-gameobject-1.0.8.jar | 6 KB |
common-gameobject-1.0.8-sources.jar | 11 KB |
common-gameobject-1.0.8-javadoc.jar | 418 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.yildiz-games/common-gameobject/ -->
<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>common-gameobject</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/common-gameobject/
implementation 'be.yildiz-games:common-gameobject:1.0.8'
// https://jarcasting.com/artifacts/be.yildiz-games/common-gameobject/
implementation ("be.yildiz-games:common-gameobject:1.0.8")
'be.yildiz-games:common-gameobject:jar:1.0.8'
<dependency org="be.yildiz-games" name="common-gameobject" rev="1.0.8">
<artifact name="common-gameobject" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='common-gameobject', version='1.0.8')
)
libraryDependencies += "be.yildiz-games" % "common-gameobject" % "1.0.8"
[be.yildiz-games/common-gameobject "1.0.8"]
Group / Artifact | Type | Version |
---|---|---|
be.yildiz-games : common-model | jar | 1.0.7 |
be.yildiz-games : common-geometry | jar | 1.0.7 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |