MVN

gov.nist.math : jama

Maven & Gradle

Jun 17, 2013
76 usages

JAMA · JAMA is a basic linear algebra package for Java. It provides user-level classes for constructing and manipulating real, dense matrices. It is meant to provide sufficient functionality for routine problems, packaged in a way that is natural and understandable to non-experts.

<dependency>
    <groupId>gov.nist.math</groupId>
    <artifactId>jama</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of gov.nist.math : jama to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of gov.nist.math : jama to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jama-1.0.3
jama-1.0.2
jama-1.0.1
jama-1.0.0

How to add a dependency to Maven

Add the following gov.nist.math : jama maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>gov.nist.math</groupId>
    <artifactId>jama</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following gov.nist.math : jama gradle dependency to your build.gradle file:

implementation 'gov.nist.math:jama:1.0.3'

Gradle Kotlin DSL: Add the following gov.nist.math : jama gradle kotlin dependency to your build.gradle.kts file:

implementation("gov.nist.math:jama:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following gov.nist.math : jama sbt scala dependency to your build.sbt file:

libraryDependencies += "gov.nist.math" % "jama" % "1.0.3"

Advertisement

Dependencies from Group

Jun 17, 2013
76 usages
Mar 31, 2014
1 usages

Discover Dependencies

Mar 20, 2007
93 usages
May 13, 2006
473 usages
Dec 10, 2011
8 usages
May 13, 2013
50 usages
May 19, 2010
60 usages
dx
Jan 11, 2012
4 usages
Feb 11, 2015
48 usages
Aug 03, 2011
8 usages
Oct 04, 2014
0 stars