How to install the Java artifact com.thoughtworks.deeplearning.nd4j-android-x86-native with Maven
Java
Maven
pom.xml
com.thoughtworks.deeplearning
nd4j-android-x86-native
Add the following lines to your pom.xml in the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>com.thoughtworks.deeplearning</groupId>
<artifactId>nd4j-android-x86-native</artifactId>
<version>0.8.0</version>
</dependency>
/<dependencies>