Archived: the official builds are now always up to date.

JME3 Bullet builder: Automatic up to date builds of bullet for JMonkeyEngine

Usage with gradle

1. Add the following repository

    repositories {
        maven {
            url "http://dl.bintray.com/riccardo/jme3-bullet-native"
        }
    }
        
2. Replace your jme3-bullet-native dependency with

    compile "org.jmonkeyengine.bullet_builder:jme3-bullet-native:$VERSION"
        
3. Replace $VERSION in the string above with one version chosen from the list below
(Note: jmonkeyengine-master-* are built from the official master branch)

More links

Github repo https://github.com/riccardobl/jme3-bullet-builder
Bintray repo https://bintray.com/riccardo/jme3-bullet-native/jme3-bullet-native