[libGDX] Is the LibGDX bullet binding standalone?

Wondering whether LibGDX Bullet bindings can be used without the rest of LibGDX? This topic in the LWJGL forums http://forum.lwjgl.org/index.php?topic=5409.msg28691#msg28691 (last post, last paragraph) suggest yes but I’ve just been trying and it seems to depend on the LibGDX math packages which are part of core LibGDX. Am I missing something or has the situation changed or is that just wrong.

I’ve been using JBullet previously but after encountering a pretty serious bug, I’ve decided using an older version is just untenable as well as being a bit silly.

Thanks.

Yo! I wanted to ask, what was the outstanding bug that you ran into? We’re using JBullet for our physics framework with BDX, the engine I’m working on, and any tips or insights would be well appreciated.

I never bothered to isolate it because I don’t really know the framework well enough but the basics were: whenever you tried to test the collision between a kinematic character controller and a static plane collision shape, a class cast exception was thrown. It’s not a showstopping bug because obviously static planes don’t appear too much in most games but I just felt it was worth seeing if it was actually necessary to use an old version of the library.