License |
License |
---|---|
Categories |
CategorieslibGDX Business Logic Libraries |
GroupId | GroupIdcom.github.xaguzman |
ArtifactId | ArtifactIdgamedevlib-libgdx |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGamedevlib - Libgdx
A set of utilities to speed up libgdx game dev
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gamedevlib-libgdx-0.1.0.pom | |
gamedevlib-libgdx-0.1.0.jar | 33 KB |
gamedevlib-libgdx-0.1.0-sources.jar | 5 KB |
gamedevlib-libgdx-0.1.0-javadoc.jar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xaguzman/gamedevlib-libgdx/ -->
<dependency>
<groupId>com.github.xaguzman</groupId>
<artifactId>gamedevlib-libgdx</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xaguzman/gamedevlib-libgdx/
implementation 'com.github.xaguzman:gamedevlib-libgdx:0.1.0'
// https://jarcasting.com/artifacts/com.github.xaguzman/gamedevlib-libgdx/
implementation ("com.github.xaguzman:gamedevlib-libgdx:0.1.0")
'com.github.xaguzman:gamedevlib-libgdx:jar:0.1.0'
<dependency org="com.github.xaguzman" name="gamedevlib-libgdx" rev="0.1.0">
<artifact name="gamedevlib-libgdx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xaguzman', module='gamedevlib-libgdx', version='0.1.0')
)
libraryDependencies += "com.github.xaguzman" % "gamedevlib-libgdx" % "0.1.0"
[com.github.xaguzman/gamedevlib-libgdx "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.badlogicgames.gdx : gdx | jar | 1.9.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
com.badlogicgames.gdx : gdx-backend-lwjgl | jar | 1.9.4 |
com.badlogicgames.gdx : gdx-platform | jar | 1.9.4 |