我尝试导入org.nd4j:nd4j-api:0.4-rc3.7
的最新版本,但只有org.nd4j:nd4j-api:0.4-rc1.2
。那么,如何添加最新版本的nd4j?
答案 0 :(得分:2)
将此添加到您的pom.xml
<dependency>
<groupId>org.nd4j</groupId>
<artifactId>nd4j-api</artifactId>
<version>0.4-rc3.7</version>
</dependency>
确保您的专家可以访问maven central。