License |
License |
---|---|
Categories |
CategoriesJNR Development Tools Native |
GroupId | GroupIdcom.github.jnr |
ArtifactId | ArtifactIdjffi |
Last Version | Last Version1.3.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjffi
Java Foreign Function Interface
|
Project URL |
Project URL |
Filename | Size |
---|---|
jffi-1.3.9.pom | |
jffi-1.3.9.jar | 132 KB |
jffi-1.3.9-sources.jar | 82 KB |
jffi-1.3.9-native.jar | 236 KB |
jffi-1.3.9-javadoc.jar | 280 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jnr/jffi/ -->
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jffi</artifactId>
<version>1.3.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnr/jffi/
implementation 'com.github.jnr:jffi:1.3.9'
// https://jarcasting.com/artifacts/com.github.jnr/jffi/
implementation ("com.github.jnr:jffi:1.3.9")
'com.github.jnr:jffi:jar:1.3.9'
<dependency org="com.github.jnr" name="jffi" rev="1.3.9">
<artifact name="jffi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnr', module='jffi', version='1.3.9')
)
libraryDependencies += "com.github.jnr" % "jffi" % "1.3.9"
[com.github.jnr/jffi "1.3.9"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |