w

waffle-jna

WAFFLE JNA implementation
https://waffle.github.com/waffle/
文件下载
文件名 操作
waffle-jna-1.9.0.jar 下载
waffle-jna-1.9.0.pom 下载
waffle-jna-1.9.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.waffle</groupId>
  <artifactId>waffle-jna</artifactId>
  <version>1.9.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.waffle:waffle-jna:1.9.0'
Gradle Kotlin
implementation("com.github.waffle:waffle-jna:1.9.0")
Scala SBT
libraryDependencies += "com.github.waffle" % "waffle-jna" % "1.9.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.waffle', module='waffle-jna', version='1.9.0')
)
Apache Ivy
<dependency org="com.github.waffle" name="waffle-jna" rev="1.9.0" />
Leiningen
[com.github.waffle/waffle-jna "1.9.0"]
Apache Buildr
'com.github.waffle:waffle-jna:jar:1.9.0'