文件下载
文件名 操作
nd4j-macosx-x86_64-cuda-7_5-1.0.0-RC9.jar 下载
nd4j-macosx-x86_64-cuda-7_5-1.0.0-RC9.pom 下载
nd4j-macosx-x86_64-cuda-7_5-1.0.0-RC9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.thoughtworks.deeplearning</groupId>
  <artifactId>nd4j-macosx-x86_64-cuda-7_5</artifactId>
  <version>1.0.0-RC9</version>
</dependency>
Gradle Groovy
implementation 'com.thoughtworks.deeplearning:nd4j-macosx-x86_64-cuda-7_5:1.0.0-RC9'
Gradle Kotlin
implementation("com.thoughtworks.deeplearning:nd4j-macosx-x86_64-cuda-7_5:1.0.0-RC9")
Scala SBT
libraryDependencies += "com.thoughtworks.deeplearning" % "nd4j-macosx-x86_64-cuda-7_5" % "1.0.0-RC9"
Groovy Grape
@Grapes(
  @Grab(group='com.thoughtworks.deeplearning', module='nd4j-macosx-x86_64-cuda-7_5', version='1.0.0-RC9')
)
Apache Ivy
<dependency org="com.thoughtworks.deeplearning" name="nd4j-macosx-x86_64-cuda-7_5" rev="1.0.0-RC9" />
Leiningen
[com.thoughtworks.deeplearning/nd4j-macosx-x86_64-cuda-7_5 "1.0.0-RC9"]
Apache Buildr
'com.thoughtworks.deeplearning:nd4j-macosx-x86_64-cuda-7_5:jar:1.0.0-RC9'