Categories |
CategoriesJNR Development Tools Native |
---|---|
GroupId | GroupIdcom.github.jnr |
ArtifactId | ArtifactIdjffi |
Version | Version1.2.6 |
Type | Typejar |
Filename | Size |
---|---|
jffi-1.2.6.pom | |
jffi-1.2.6.jar | 136 KB |
jffi-1.2.6-sources.jar | 82 KB |
jffi-1.2.6-native.jar | 326 KB |
jffi-1.2.6-javadoc.jar | 280 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jnr/jffi/ -->
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jffi</artifactId>
<version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnr/jffi/
implementation 'com.github.jnr:jffi:1.2.6'
// https://jarcasting.com/artifacts/com.github.jnr/jffi/
implementation ("com.github.jnr:jffi:1.2.6")
'com.github.jnr:jffi:jar:1.2.6'
<dependency org="com.github.jnr" name="jffi" rev="1.2.6">
<artifact name="jffi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnr', module='jffi', version='1.2.6')
)
libraryDependencies += "com.github.jnr" % "jffi" % "1.2.6"
[com.github.jnr/jffi "1.2.6"]