GroupId | GroupIdorg.nd4j |
---|---|
ArtifactId | ArtifactIdnd4j-jblas |
Version | Version0.0.3.5 |
Type | Typejar |
Filename | Size |
---|---|
nd4j-jblas-0.0.3.5.pom | |
nd4j-jblas-0.0.3.5.jar | 30 KB |
nd4j-jblas-0.0.3.5-sources.jar | 16 KB |
nd4j-jblas-0.0.3.5-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</version>
</dependency>
// https://jarcasting.com/artifacts/org.nd4j/nd4j-jblas/
implementation 'org.nd4j:nd4j-jblas:0.0.3.5'
// https://jarcasting.com/artifacts/org.nd4j/nd4j-jblas/
implementation ("org.nd4j:nd4j-jblas:0.0.3.5")
'org.nd4j:nd4j-jblas:jar:0.0.3.5'
<dependency org="org.nd4j" name="nd4j-jblas" rev="0.0.3.5">
<artifact name="nd4j-jblas" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nd4j', module='nd4j-jblas', version='0.0.3.5')
)
libraryDependencies += "org.nd4j" % "nd4j-jblas" % "0.0.3.5"
[org.nd4j/nd4j-jblas "0.0.3.5"]