j

jnaplatext

JNA platform extensions and utilities, mostly for Win32.
https://github.com/malyn/jnaplatext
BSD style
Michael Alyn Miller
Files download
File Operation
jnaplatext-1.0.0.jar download
jnaplatext-1.0.0.pom download
jnaplatext-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.michaelalynmiller</groupId>
  <artifactId>jnaplatext</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.michaelalynmiller:jnaplatext:1.0.0'
Gradle Kotlin
implementation("com.michaelalynmiller:jnaplatext:1.0.0")
Scala SBT
libraryDependencies += "com.michaelalynmiller" % "jnaplatext" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.michaelalynmiller', module='jnaplatext', version='1.0.0')
)
Apache Ivy
<dependency org="com.michaelalynmiller" name="jnaplatext" rev="1.0.0" />
Leiningen
[com.michaelalynmiller/jnaplatext "1.0.0"]
Apache Buildr
'com.michaelalynmiller:jnaplatext:jar:1.0.0'