| License |
License |
|---|---|
| Categories |
CategoriesJNR Development Tools Native |
| GroupId | GroupIdcom.github.jnr |
| ArtifactId | ArtifactIdjnr-ffi |
| Last Version | Last Version2.2.12 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjnr-ffi
A library for invoking native functions from java
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jnr-ffi-2.2.12.pom | |
| jnr-ffi-2.2.12.jar | 426 KB |
| jnr-ffi-2.2.12-sources.jar | 217 KB |
| jnr-ffi-2.2.12-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jnr/jnr-ffi/ -->
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
<version>2.2.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnr/jnr-ffi/
implementation 'com.github.jnr:jnr-ffi:2.2.12'
// https://jarcasting.com/artifacts/com.github.jnr/jnr-ffi/
implementation ("com.github.jnr:jnr-ffi:2.2.12")
'com.github.jnr:jnr-ffi:jar:2.2.12'
<dependency org="com.github.jnr" name="jnr-ffi" rev="2.2.12">
<artifact name="jnr-ffi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnr', module='jnr-ffi', version='2.2.12')
)
libraryDependencies += "com.github.jnr" % "jnr-ffi" % "2.2.12"
[com.github.jnr/jnr-ffi "2.2.12"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.jnr : jffi | jar | 1.3.9 |
| org.ow2.asm : asm | jar | 9.2 |
| org.ow2.asm : asm-commons | jar | 9.2 |
| org.ow2.asm : asm-analysis | jar | 9.2 |
| org.ow2.asm : asm-tree | jar | 9.2 |
| org.ow2.asm : asm-util | jar | 9.2 |
| com.github.jnr : jnr-a64asm | jar | 1.0.0 |
| com.github.jnr : jnr-x86asm | jar | 1.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.jnr : jffi | jar | 1.3.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |