Re: What maven dependencies should I use?
Posted by fredand44 on Feb 27, 2019; 2:55pm
URL: https://forum.jogamp.org/What-maven-dependencies-should-I-use-tp4039560p4039566.html
Hello,
Thanks for your quick reply!
Correct me if I am wrong but when I change to these dependencies I also need to change the import statements since all classes seems to have change package names. Is that correct?
At a quick glance it looks like one need to change:
import javax.media.j3d
...to...
import org.scijava.java3d
Best regards
Fredrik