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