| Categories | CategoriesJNA Development Tools Native | 
|---|---|
| GroupId | GroupIdcom.github.waffle | 
| ArtifactId | ArtifactIdwaffle-jna | 
| Version | Version2.0.0-beta1 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| waffle-jna-2.0.0-beta1.pom | |
| waffle-jna-2.0.0-beta1.jar | 65 KB | 
| waffle-jna-2.0.0-beta1-test-sources.jar | 20 KB | 
| waffle-jna-2.0.0-beta1-test-javadoc.jar | 105 KB | 
| waffle-jna-2.0.0-beta1-sources.jar | 56 KB | 
| waffle-jna-2.0.0-beta1-javadoc.jar | 254 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.waffle/waffle-jna/ -->
<dependency>
    <groupId>com.github.waffle</groupId>
    <artifactId>waffle-jna</artifactId>
    <version>2.0.0-beta1</version>
</dependency>// https://jarcasting.com/artifacts/com.github.waffle/waffle-jna/
implementation 'com.github.waffle:waffle-jna:2.0.0-beta1'// https://jarcasting.com/artifacts/com.github.waffle/waffle-jna/
implementation ("com.github.waffle:waffle-jna:2.0.0-beta1")'com.github.waffle:waffle-jna:jar:2.0.0-beta1'<dependency org="com.github.waffle" name="waffle-jna" rev="2.0.0-beta1">
  <artifact name="waffle-jna" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.waffle', module='waffle-jna', version='2.0.0-beta1')
)libraryDependencies += "com.github.waffle" % "waffle-jna" % "2.0.0-beta1"[com.github.waffle/waffle-jna "2.0.0-beta1"]