
abcl-asdf.tests.log4j.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 packages--contribs--for ABCL
The newest version!
;;;; -*- Mode: LISP -*-
(in-package :asdf)
(defsystem :log4j
:components
((:module log4j.jar :components
((:mvn "log4j/log4j" :version "1.2.15")))
(:module source :pathname "" :components
((:file "example"))
:depends-on (log4j.jar))))
© 2015 - 2025 Weber Informatics LLC | Privacy Policy