
mvn.jna.asd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of abcl-contrib Show documentation
Show all versions of abcl-contrib Show documentation
Extra contributions for ABCL code not necessarily
licensed under the GPLv2 with classpath exception.
The newest version!
;;;; -*- Mode: LISP -*-
;;;; Need to have jna.jar present for CFFI to work.
(defsystem jna
:version "5.13.0"
:long-description ""
:defsystem-depends-on (jss abcl-asdf)
:components ((:mvn "net.java.dev.jna/jna/5.13.0"
:alternate-uri "https://repo1.maven.org/maven2/net/java/dev/jna/jna/5.13.0/jna-5.13.0.jar"
:classname "com.sun.jna.Native")))
© 2015 - 2025 Weber Informatics LLC | Privacy Policy