GroupId | GroupIdorg.nd4j |
---|---|
ArtifactId | ArtifactIdnd4j-jblas |
Version | Version0.0.3.5.1 |
Type | Typejar |
Filename | Size |
---|---|
nd4j-jblas-0.0.3.5.1.pom | |
nd4j-jblas-0.0.3.5.1.jar | 30 KB |
nd4j-jblas-0.0.3.5.1-sources.jar | 16 KB |
nd4j-jblas-0.0.3.5.1-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nd4j/nd4j-jblas/ -->
<dependency>
<groupId>org.nd4j</groupId>
<artifactId>nd4j-jblas</artifactId>
<version>0.0.3.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.nd4j/nd4j-jblas/
implementation 'org.nd4j:nd4j-jblas:0.0.3.5.1'
// https://jarcasting.com/artifacts/org.nd4j/nd4j-jblas/
implementation ("org.nd4j:nd4j-jblas:0.0.3.5.1")
'org.nd4j:nd4j-jblas:jar:0.0.3.5.1'
<dependency org="org.nd4j" name="nd4j-jblas" rev="0.0.3.5.1">
<artifact name="nd4j-jblas" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nd4j', module='nd4j-jblas', version='0.0.3.5.1')
)
libraryDependencies += "org.nd4j" % "nd4j-jblas" % "0.0.3.5.1"
[org.nd4j/nd4j-jblas "0.0.3.5.1"]