is not current version
Last Version 1.0.3

gov.nist.math:jama 1.0.0

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.

GroupId

GroupId

gov.nist.math
ArtifactId

ArtifactId

jama
Version

Version

1.0.0
Type

Type

jar

Download jama 1.0.0


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