Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.jnr</groupId>
  <artifactId>jnr-ffi</artifactId>
  <version>1.0.4-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.github.jnr:jnr-ffi:jar:1.0.4-SNAPSHOT'

Apache Ant

<dependency org="com.github.jnr" name="jnr-ffi" rev="1.0.4-SNAPSHOT">
  <artifact name="jnr-ffi" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.jnr', module='jnr-ffi', version='1.0.4-SNAPSHOT')
)

Grails

compile 'com.github.jnr:jnr-ffi:1.0.4-SNAPSHOT'

Leiningen

[com.github.jnr/jnr-ffi "1.0.4-SNAPSHOT"]

SBT

libraryDependencies += "com.github.jnr" %% "jnr-ffi" % "1.0.4-SNAPSHOT"