w

waffle-jna

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