Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图导入最后一个版本org.nd4j:nd4j-api:0.4-rc3.7,但只有org.nd4j:nd4j-api:0.4-rc1.2. 那么,如何添加最新版本的 nd4j?
org.nd4j:nd4j-api:0.4-rc3.7
org.nd4j:nd4j-api:0.4-rc1.2
将此添加到您的pom.xml
pom.xml
<dependency> <groupId>org.nd4j</groupId> <artifactId>nd4j-api</artifactId> <version>0.4-rc3.7</version> </dependency>
确保您的 maven 可以访问 maven Central。