| License |
License |
|---|---|
| GroupId | GroupIdit.unich.jgmp |
| ArtifactId | ArtifactIdjgmp |
| Last Version | Last Version0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava GMP bindings
Java bindings for the GNU MP Library.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jgmp-0.1.pom | |
| jgmp-0.1.jar | 10 KB |
| jgmp-0.1-sources.jar | 5 KB |
| jgmp-0.1-javadoc.jar | 126 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/it.unich.jgmp/jgmp/ -->
<dependency>
<groupId>it.unich.jgmp</groupId>
<artifactId>jgmp</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/it.unich.jgmp/jgmp/
implementation 'it.unich.jgmp:jgmp:0.1'
// https://jarcasting.com/artifacts/it.unich.jgmp/jgmp/
implementation ("it.unich.jgmp:jgmp:0.1")
'it.unich.jgmp:jgmp:jar:0.1'
<dependency org="it.unich.jgmp" name="jgmp" rev="0.1">
<artifact name="jgmp" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.unich.jgmp', module='jgmp', version='0.1')
)
libraryDependencies += "it.unich.jgmp" % "jgmp" % "0.1"
[it.unich.jgmp/jgmp "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.java.dev.jna : jna | jar | 5.11.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |