Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.waffle</groupId>
  <artifactId>waffle-jna</artifactId>
  <version>3.3.1-SNAPSHOT</version>
</dependency>

Apache Ivy

<dependency org="com.github.waffle" name="waffle-jna" rev="3.3.1-SNAPSHOT">
  <artifact name="waffle-jna" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.waffle', module='waffle-jna', version='3.3.1-SNAPSHOT')
)

Gradle/Grails

implementation 'com.github.waffle:waffle-jna:3.3.1-SNAPSHOT'

Scala SBT

libraryDependencies += "com.github.waffle" % "waffle-jna" % "3.3.1-SNAPSHOT"

Leiningen

[com.github.waffle/waffle-jna "3.3.1-SNAPSHOT"]