JNA GMP

JNA wrapper around the GNU Multiple Precision Arithmetic Library

Лицензия

Лицензия

Категории

Категории

Square Прикладные библиотеки Financial JNA Инструменты разработки Native
Группа

Группа

com.squareup.jnagmp
Идентификатор

Идентификатор

jnagmp
Последняя версия

Последняя версия

3.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

JNA GMP
JNA wrapper around the GNU Multiple Precision Arithmetic Library
Организация-разработчик

Организация-разработчик

Square, Inc.

Скачать jnagmp

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
net.java.dev.jna : jna jar 5.5.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
3.0.0
2.1.0
2.0.0
1.1.0
1.0.1
1.0.0