eclipsemavenjama

Dependencies for Jama in Maven


Where can i find jama dependencies for maven.

I checked in MVN Repo but could nt find.

I am using Jama-1.0.2.jar.

Any suggesions.


Solution

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