j

jblas

A fast linear algebra library for Java.
http://jblas.org/
BSD 3-clause style license
Mikio L. Braun
Files download
File Operation
jblas-1.2.5.jar download
jblas-1.2.5.pom download
jblas-1.2.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jblas</groupId>
  <artifactId>jblas</artifactId>
  <version>1.2.5</version>
</dependency>
Gradle Groovy
implementation 'org.jblas:jblas:1.2.5'
Gradle Kotlin
implementation("org.jblas:jblas:1.2.5")
Scala SBT
libraryDependencies += "org.jblas" % "jblas" % "1.2.5"
Groovy Grape
@Grapes(
  @Grab(group='org.jblas', module='jblas', version='1.2.5')
)
Apache Ivy
<dependency org="org.jblas" name="jblas" rev="1.2.5" />
Leiningen
[org.jblas/jblas "1.2.5"]
Apache Buildr
'org.jblas:jblas:jar:1.2.5'
Dependencies