<dependency> <groupId>com.github.dblock.waffle</groupId> <artifactId>waffle-jna</artifactId> <version>1.6</version> </dependency>
implementation 'com.github.dblock.waffle:waffle-jna:1.6'
implementation("com.github.dblock.waffle:waffle-jna:1.6")
libraryDependencies += "com.github.dblock.waffle" % "waffle-jna" % "1.6"
@Grapes( @Grab(group='com.github.dblock.waffle', module='waffle-jna', version='1.6') )
<dependency org="com.github.dblock.waffle" name="waffle-jna" rev="1.6" />
[com.github.dblock.waffle/waffle-jna "1.6"]
'com.github.dblock.waffle:waffle-jna:jar:1.6'
<parent> <groupId>com.github.dblock.waffle</groupId> <artifactId>waffle-parent</artifactId> <version>1.6</version> </parent>
compile
|-- net.java.dev.jna:jna:4.0.0
|-- net.java.dev.jna:jna-platform:4.0.0
|-- org.slf4j:slf4j-api:1.7.2
|-- com.google.guava:guava:14.0.1
provided
|-- javax.servlet:servlet-api:2.5