Download jafama-2.1.0.jar file - Jar j

Jar examples for j:jafama

Description

A (Strict)FastMath class with 1e-15ish accuracy.

You can download jar file jafama 2.1.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add jafama-2.1.0.jar to your project.

<dependency>
   <groupId>net.jafama</groupId>
   <artifactId>jafama</artifactId>
   <version>2.1.0</version>
</dependency>
compile group: 'net.jafama', name: 'jafama', version: '2.1.0'
libraryDependencies += "net.jafama" % "jafama" % "2.1.0"
<dependency org="net.jafama" name="jafama" rev="2.1.0"/>
@Grapes(@Grab(group='net.jafama', module='jafama', version='2.1.0'))
'net.jafama:jafama:jar:2.1.0'

Download

Click the following link to download the jar file.

jafama-2.1.0-javadoc.jar
jafama-2.1.0-sources.jar
jafama-2.1.0.jar
jafama-2.1.0.pom



Related Tutorials