| License |
License |
|---|---|
| GroupId | GroupIdit.unich.jppl |
| ArtifactId | ArtifactIdjppl |
| Version | Version0.3 |
| Type | Typejar |
| Description |
DescriptionJava PPL bindings
Java bindings for the Parma Polyhedra Library. For Java programmers.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jppl-0.3.pom | |
| jppl-0.3.jar | 97 KB |
| jppl-0.3-sources.jar | 56 KB |
| jppl-0.3-javadoc.jar | 495 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/it.unich.jppl/jppl/ -->
<dependency>
<groupId>it.unich.jppl</groupId>
<artifactId>jppl</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/it.unich.jppl/jppl/
implementation 'it.unich.jppl:jppl:0.3'
// https://jarcasting.com/artifacts/it.unich.jppl/jppl/
implementation ("it.unich.jppl:jppl:0.3")
'it.unich.jppl:jppl:jar:0.3'
<dependency org="it.unich.jppl" name="jppl" rev="0.3">
<artifact name="jppl" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.unich.jppl', module='jppl', version='0.3')
)
libraryDependencies += "it.unich.jppl" % "jppl" % "0.3"
[it.unich.jppl/jppl "0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.java.dev.jna : jna | jar | 5.11.0 |
| it.unich.jgmp : jgmp | jar | 0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |