is not current version
Last Version 1.0.0-M2

org.nd4j:nd4j-api-parent 1.0.0-beta


GroupId

GroupId

org.nd4j
ArtifactId

ArtifactId

nd4j-api-parent
Version

Version

1.0.0-beta
Type

Type

pom

Download nd4j-api-parent 1.0.0-beta

Filename Size
nd4j-api-parent-1.0.0-beta.pom 723 bytes
Browse

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