cz.advel.jbullet:jbullet

JBullet - Java port of Bullet Physics Library


Licenses
Zlib/Libpng

Documentation

jbullet

This is non-official mavenisation of jbullet library. See http://jbullet.advel.cz/ for original project details.

To add jbullet to your project' dependencies, use:

   ...
    <dependencies>
        ...
        <dependency>
            <groupId>cz.advel.jbullet</groupId>
            <artifactId>jbullet</artifactId>
            <version>20101010-1</version>
        </dependency>
        ...
    </dependencies>
    ...