JNA GMP

JNA wrapper around the GNU Multiple Precision Arithmetic Library

License

License

Categories

Categories

Square Business Logic Libraries Financial JNA Development Tools Native
GroupId

GroupId

com.squareup.jnagmp
ArtifactId

ArtifactId

jnagmp
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

JNA GMP
JNA wrapper around the GNU Multiple Precision Arithmetic Library
Project Organization

Project Organization

Square, Inc.

Download jnagmp

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
net.java.dev.jna : jna jar 5.5.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

JNA GMP project

A Java JNA wrapper around the GNU Multiple Precision Arithmetic Library ("libgmp").

Features

jnagmp

The basic JNA GMP library; minimal dependencies.

Available on Maven central as com.squareup.jnagmp:jnagmp.

bc-rsa

Example module that shows integrating JNA GMP with Bouncy Castle.

Available on Maven central as com.squareup.jnagmp:bouncycastle-rsa.

Contributors

Licensing

com.squareup.jnagmp

Square

Versions

Version
3.0.0
2.1.0
2.0.0
1.1.0
1.0.1
1.0.0