Is there any 3D graphics library for Java that supports maven and is in maven central (meaning that it can be included in a project by simply adding a maven dependency and nothing more)?
I have looked into the following, none of which can be used with maven without either creating your own artifact for it, or adding a whole bunch of extra hacks to your pom.xml
- Java3D http://java3d.java.net/
- JMonkeyEngine http://jmonkeyengine.com/
- JOGL http://jogamp.org/jogl/www/
- jPCT http://www.jpct.net/