我正在尝试使用ND4J,而不下载整个Deeplearning4J库。我知道我可以安装整个库,但是我正在尝试减小项目的大小(不可靠的Internet连接)。我可以在这里下载ND4J .jar文件: http://mvnrepository.com/artifact/org.nd4j/nd4j-api/1.0.0-beta2
但是,在Eclipse中添加.jar文件后,我得到了有关依赖项的错误,说
The type org.nd4j.linalg.api.buffer.DataBuffer$Type cannot be resolved. It is indirectly referenced from required .class files
我很确定我会以错误的方式进行操作。将ND4J库仅添加到Eclipse的正确方法是什么?