is not current version
Last Version 1.2.5

org.jblas:jblas 1.2.4

A fast linear algebra library for Java.

GroupId

GroupId

org.jblas
ArtifactId

ArtifactId

jblas
Version

Version

1.2.4
Type

Type

jar

Download jblas 1.2.4


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