License |
License |
---|---|
GroupId | GroupIdcom.badlogicgames.gdx |
ArtifactId | ArtifactIdgdx-ai |
Last Version | Last Version1.8.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionlibGDX AI
AI algorithms for libGDX
|
Project URL |
Project URL |
Filename | Size |
---|---|
gdx-ai-1.8.2.pom | |
gdx-ai-1.8.2.jar | 11 KB |
gdx-ai-1.8.2-sources.jar | 12 KB |
gdx-ai-1.8.2-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-ai/ -->
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-ai</artifactId>
<version>1.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-ai/
implementation 'com.badlogicgames.gdx:gdx-ai:1.8.2'
// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-ai/
implementation ("com.badlogicgames.gdx:gdx-ai:1.8.2")
'com.badlogicgames.gdx:gdx-ai:jar:1.8.2'
<dependency org="com.badlogicgames.gdx" name="gdx-ai" rev="1.8.2">
<artifact name="gdx-ai" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.badlogicgames.gdx', module='gdx-ai', version='1.8.2')
)
libraryDependencies += "com.badlogicgames.gdx" % "gdx-ai" % "1.8.2"
[com.badlogicgames.gdx/gdx-ai "1.8.2"]
Group / Artifact | Type | Version |
---|---|---|
com.badlogicgames.gdx : gdx | jar | 1.9.8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |