License |
License |
---|---|
GroupId | GroupIdcom.github.xaguzman |
ArtifactId | ArtifactIdgamedevlib-artemisodb |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGamedevlib - Artemisodb
A set of utilities to speed up libgdx game dev (with artemis odb)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gamedevlib-artemisodb-0.1.0.pom | |
gamedevlib-artemisodb-0.1.0.jar | 33 KB |
gamedevlib-artemisodb-0.1.0-sources.jar | 12 KB |
gamedevlib-artemisodb-0.1.0-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xaguzman/gamedevlib-artemisodb/ -->
<dependency>
<groupId>com.github.xaguzman</groupId>
<artifactId>gamedevlib-artemisodb</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xaguzman/gamedevlib-artemisodb/
implementation 'com.github.xaguzman:gamedevlib-artemisodb:0.1.0'
// https://jarcasting.com/artifacts/com.github.xaguzman/gamedevlib-artemisodb/
implementation ("com.github.xaguzman:gamedevlib-artemisodb:0.1.0")
'com.github.xaguzman:gamedevlib-artemisodb:jar:0.1.0'
<dependency org="com.github.xaguzman" name="gamedevlib-artemisodb" rev="0.1.0">
<artifact name="gamedevlib-artemisodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xaguzman', module='gamedevlib-artemisodb', version='0.1.0')
)
libraryDependencies += "com.github.xaguzman" % "gamedevlib-artemisodb" % "0.1.0"
[com.github.xaguzman/gamedevlib-artemisodb "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.xaguzman : gamedevlib-libgdx | jar | 0.1.0 |
net.onedaybeard.artemis : artemis-odb | jar | 2.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |