Download jnagmp-2.0.0.jar file - Jar j

Jar examples for j:jnagmp

Description

JNA wrapper around the GNU Multiple Precision Arithmetic Library

You can download jar file jnagmp 2.0.0 in this page.

Build File

You can use the following script to add jnagmp-2.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

jnagmp-2.0.0-javadoc.jar
jnagmp-2.0.0-sources.jar
jnagmp-2.0.0.jar
jnagmp-2.0.0.pom



Related Tutorials