is not current version
Last Version 1.0.0-M2

org.nd4j:nd4j 0.9.1


GroupId

GroupId

org.nd4j
ArtifactId

ArtifactId

nd4j
Version

Version

0.9.1
Type

Type

pom

Download nd4j 0.9.1

Filename Size
nd4j-0.9.1.pom 29 KB
Browse

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