License |
License |
---|---|
Categories |
CategoriesRuby Languages |
GroupId | GroupIdorg.jruby.extras |
ArtifactId | ArtifactIdjffi |
Last Version | Last Version1.0.10 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjffi
Java wrapper around libffi
|
Filename | Size |
---|---|
jffi-1.0.10.pom | |
jffi-1.0.10.jar | 89 KB |
jffi-1.0.10-native.jar | 378 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jruby.extras/jffi/ -->
<dependency>
<groupId>org.jruby.extras</groupId>
<artifactId>jffi</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.jruby.extras/jffi/
implementation 'org.jruby.extras:jffi:1.0.10'
// https://jarcasting.com/artifacts/org.jruby.extras/jffi/
implementation ("org.jruby.extras:jffi:1.0.10")
'org.jruby.extras:jffi:jar:1.0.10'
<dependency org="org.jruby.extras" name="jffi" rev="1.0.10">
<artifact name="jffi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jruby.extras', module='jffi', version='1.0.10')
)
libraryDependencies += "org.jruby.extras" % "jffi" % "1.0.10"
[org.jruby.extras/jffi "1.0.10"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |