MVN

org.jruby.extras : jffi

Maven & Gradle

Jul 03, 2011
9 usages

jffi · Java wrapper around libffi

<dependency>
    <groupId>org.jruby.extras</groupId>
    <artifactId>jffi</artifactId>
    <version>1.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jruby.extras : jffi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.10

All Versions

Choose a version of org.jruby.extras : jffi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jffi-1.0.10
jffi-1.0.9
jffi-1.0.8
jffi-1.0.7
jffi-1.0.6
jffi-1.0.5
jffi-1.0.4
jffi-1.0.3
jffi-1.0.2
jffi-1.0.1
1.0
jffi-1.0
0.6.x
jffi-0.6.5
jffi-0.6.4
jffi-0.6.3
jffi-0.6.2
jffi-0.6.1
jffi-0.6.0.2
jffi-0.6.0.1
0.6
jffi-0.6
0.5
jffi-0.5
0.4
jffi-0.4
0.3
jffi-0.3
0.2
jffi-0.2
0.1.x
jffi-0.1.1
0.1
jffi-0.1

How to add a dependency to Maven

Add the following org.jruby.extras : jffi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jruby.extras</groupId>
    <artifactId>jffi</artifactId>
    <version>1.0.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jruby.extras : jffi gradle dependency to your build.gradle file:

implementation 'org.jruby.extras:jffi:1.0.10'

Gradle Kotlin DSL: Add the following org.jruby.extras : jffi gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jruby.extras:jffi:1.0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jruby.extras : jffi sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jruby.extras" % "jffi" % "1.0.10"

Advertisement