= Support for Apache Maven = Since version 0.25.0, ABCL is also distributed through Maven Central, so that Maven users can get it easily integrated in their projects with no extra configuration. This is a [http://repo2.maven.org/maven2/org/armedbear/lisp/abcl/0.25.0/abcl-0.25.0.pom link to the ABCL POM]: as you can see, it has no dependencies, and in order to use it in your Maven project, you just need to add {{{ org.armedbear.lisp abcl 0.25.0 }}} to the dependencies section of your project's POM.