Login  Register

Re: What maven dependencies should I use?

Posted by philjord on Feb 25, 2019; 7:34pm
URL: https://forum.jogamp.org/What-maven-dependencies-should-I-use-tp4039560p4039561.html

Hi,
Unfortunately Java3D 1.6 never got to the point of having mavenistation formally included, and due to a major contributor pulling out of github when Microsoft took over, it looks like the pull requests are broken now.

The easiest thing to do is to use the scijava fork of Java3D which is up to date but also has the maven pom.xml file setup

https://github.com/scijava/java3d-core
https://github.com/scijava/java3d-utils
https://github.com/scijava/vecmath


 
Here is a discussion of the mavenisation work.
http://forum.jogamp.org/Java-3D-Use-Maven-to-build-and-publish-Maven-artifacts-td4035555.html

Sorry this isn't easier, I haven't yet published the Java3D 1.7 artifacts to maven, but I should do so, then there would be that option as well.