I need to use deeplearning4j library in a new java project.
I downloaded .jar (in particoular deeplearning4j-core and ndj4-api-platform) from maven library.
I imported that in eclipse
I receive an error because org.ndj4.api.complex.IComplexNumber is not found.
Where may I find a .jar with that classes?