Download gdx-ai-1.8.0.jar file - Jar g

Jar examples for g:gdx-ai

Description

AI algorithms for libGDX

You can download jar file gdx-ai 1.8.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add gdx-ai-1.8.0.jar to your project.

<dependency>
   <groupId>com.badlogicgames.gdx</groupId>
   <artifactId>gdx-ai</artifactId>
   <version>1.8.0</version>
</dependency>
compile group: 'com.badlogicgames.gdx', name: 'gdx-ai', version: '1.8.0'
libraryDependencies += "com.badlogicgames.gdx" % "gdx-ai" % "1.8.0"
<dependency org="com.badlogicgames.gdx" name="gdx-ai" rev="1.8.0"/>
@Grapes(@Grab(group='com.badlogicgames.gdx', module='gdx-ai', version='1.8.0'))
'com.badlogicgames.gdx:gdx-ai:jar:1.8.0'

Download

Click the following link to download the jar file.

gdx-ai-1.8.0-javadoc.jar
gdx-ai-1.8.0-sources.jar
gdx-ai-1.8.0.jar
gdx-ai-1.8.0.pom



Related Tutorials