Download ardor3d-core-0.9.jar file - Jar a

Jar examples for a:ardor3d-core

Description

You can download jar file ardor3d-core 0.9 in this page.

Build File

You can use the following script to add ardor3d-core-0.9.jar to your project.

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

Download

Click the following link to download the jar file.

ardor3d-core-0.9-javadoc.jar
ardor3d-core-0.9-sources.jar
ardor3d-core-0.9.jar
ardor3d-core-0.9.pom



Related Tutorials