w

waffle-jna

WAFFLE JNA implementation
https://waffle.github.io/waffle/
Files download
File Operation
waffle-jna-3.2.0.jar download
waffle-jna-3.2.0.pom download
waffle-jna-3.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.waffle</groupId>
  <artifactId>waffle-jna</artifactId>
  <version>3.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.waffle:waffle-jna:3.2.0'
Gradle Kotlin
implementation("com.github.waffle:waffle-jna:3.2.0")
Scala SBT
libraryDependencies += "com.github.waffle" % "waffle-jna" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.waffle', module='waffle-jna', version='3.2.0')
)
Apache Ivy
<dependency org="com.github.waffle" name="waffle-jna" rev="3.2.0" />
Leiningen
[com.github.waffle/waffle-jna "3.2.0"]
Apache Buildr
'com.github.waffle:waffle-jna:jar:3.2.0'