
abcl-introspect.objectweb.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!
(defsystem objectweb
:homepage "https://asm.ow2.org"
:description "Disassembly to JVM byte code via Objectweb"
:version "8.0.1"
:defsystem-depends-on (abcl-asdf) :components
((:module maven :components
((:mvn "org.ow2.asm/asm-util/8.0.1")))
(:module source
:depends-on (maven)
:pathname "" :components
((:file "objectweb")))))
© 2015 - 2025 Weber Informatics LLC | Privacy Policy