is not current version
Last Version 1.0.0-beta7

org.nd4j:nd4j-cuda-10.1 1.0.0-beta5


GroupId

GroupId

org.nd4j
ArtifactId

ArtifactId

nd4j-cuda-10.1
Version

Version

1.0.0-beta5
Type

Type

jar

Download nd4j-cuda-10.1 1.0.0-beta5


<!-- https://jarcasting.com/artifacts/org.nd4j/nd4j-cuda-10.1/ -->
<dependency>
    <groupId>org.nd4j</groupId>
    <artifactId>nd4j-cuda-10.1</artifactId>
    <version>1.0.0-beta5</version>
</dependency>
// https://jarcasting.com/artifacts/org.nd4j/nd4j-cuda-10.1/
implementation 'org.nd4j:nd4j-cuda-10.1:1.0.0-beta5'
// https://jarcasting.com/artifacts/org.nd4j/nd4j-cuda-10.1/
implementation ("org.nd4j:nd4j-cuda-10.1:1.0.0-beta5")
'org.nd4j:nd4j-cuda-10.1:jar:1.0.0-beta5'
<dependency org="org.nd4j" name="nd4j-cuda-10.1" rev="1.0.0-beta5">
  <artifact name="nd4j-cuda-10.1" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nd4j', module='nd4j-cuda-10.1', version='1.0.0-beta5')
)
libraryDependencies += "org.nd4j" % "nd4j-cuda-10.1" % "1.0.0-beta5"
[org.nd4j/nd4j-cuda-10.1 "1.0.0-beta5"]