MVN

com.thoughtworks.deeplearning : nd4j-linux-ppc64le-cuda-7_5

Maven & Gradle

Mar 27, 2017
2 usages

nd4j-linux-ppc64le-cuda-7_5 · nd4j-linux-ppc64le-cuda-7_5

<dependency>
    <groupId>com.thoughtworks.deeplearning</groupId>
    <artifactId>nd4j-linux-ppc64le-cuda-7_5</artifactId>
    <version>0.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.thoughtworks.deeplearning : nd4j-linux-ppc64le-cuda-7_5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.0
  • Latest Release Candidate: 1.0.0-RC9

All Versions

Choose a version of com.thoughtworks.deeplearning : nd4j-linux-ppc64le-cuda-7_5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
nd4j-linux-ppc64le-cuda-7_5-1.0.0-RC9
0.8.x
nd4j-linux-ppc64le-cuda-7_5-0.8.0

How to add a dependency to Maven

Add the following com.thoughtworks.deeplearning : nd4j-linux-ppc64le-cuda-7_5 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.thoughtworks.deeplearning</groupId>
    <artifactId>nd4j-linux-ppc64le-cuda-7_5</artifactId>
    <version>0.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.thoughtworks.deeplearning : nd4j-linux-ppc64le-cuda-7_5 gradle dependency to your build.gradle file:

implementation 'com.thoughtworks.deeplearning:nd4j-linux-ppc64le-cuda-7_5:0.8.0'

Gradle Kotlin DSL: Add the following com.thoughtworks.deeplearning : nd4j-linux-ppc64le-cuda-7_5 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.thoughtworks.deeplearning:nd4j-linux-ppc64le-cuda-7_5:0.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.thoughtworks.deeplearning : nd4j-linux-ppc64le-cuda-7_5 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.thoughtworks.deeplearning" % "nd4j-linux-ppc64le-cuda-7_5" % "0.8.0"

Advertisement