| Categories |
CategoriesJava Languages |
|---|---|
| GroupId | GroupIdorg.nd4j |
| ArtifactId | ArtifactIdnd4j-java |
| Last Version | Last Version0.4-rc3.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionnd4j-java
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| nd4j-java-0.4-rc3.6.pom | |
| nd4j-java-0.4-rc3.6.jar | 24 KB |
| nd4j-java-0.4-rc3.6-sources.jar | 16 KB |
| nd4j-java-0.4-rc3.6-javadoc.jar | 120 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.nd4j/nd4j-java/ -->
<dependency>
<groupId>org.nd4j</groupId>
<artifactId>nd4j-java</artifactId>
<version>0.4-rc3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.nd4j/nd4j-java/
implementation 'org.nd4j:nd4j-java:0.4-rc3.6'
// https://jarcasting.com/artifacts/org.nd4j/nd4j-java/
implementation ("org.nd4j:nd4j-java:0.4-rc3.6")
'org.nd4j:nd4j-java:jar:0.4-rc3.6'
<dependency org="org.nd4j" name="nd4j-java" rev="0.4-rc3.6">
<artifact name="nd4j-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nd4j', module='nd4j-java', version='0.4-rc3.6')
)
libraryDependencies += "org.nd4j" % "nd4j-java" % "0.4-rc3.6"
[org.nd4j/nd4j-java "0.4-rc3.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.fommil.netlib : all | pom | 1.1.2 |
| org.nd4j : nd4j-api | jar | 0.4-rc3.6 |