All Downloads are FREE. Search and download functionalities are using the official Maven repository.

abcl-asdf.tests.log4j.asd Maven / Gradle / Ivy

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