lanking520 opened a new issue #13910: Java installation instruction is wrong URL: https://github.com/apache/incubator-mxnet/issues/13910 Currently Java API is only available for master and 1.4.x above. However, we can find the instruction for all previous versions: http://mxnet.incubator.apache.org/install/index.html?platform=Linux&language=Java&processor=CPU Apart from that, the information below should be changed from ```xml <dependency> <groupId>org.apache.mxnet</groupId> <artifactId>mxnet-full_2.11-linux-x86_64-cpu</artifactId> <scope>system</scope> <version>1.4.0</version> <systemPath>/system/path/to/jar/mxnet-full_2.11-linux-x86_64-cpu-1.4.0-SNAPSHOT.jar</systemPath> </dependency> ``` to ```xml <dependency> <groupId>org.apache.mxnet</groupId> <artifactId>mxnet-full_2.11-linux-x86_64-cpu</artifactId> <version>LATEST</version> </dependency> ``` on master @aaronmarkham
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
