Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.26 KB

build.md

File metadata and controls

29 lines (24 loc) · 1.26 KB

Bookmarks tagged [build]

https://maven.apache.org

Declarative build and dependency management that favors convention over configuration. It might be preferable to Apache Ant, which uses a rather procedural approach and can be difficult to maintain.


https://bazel.io

Tool from Google that builds code quickly and reliably.


https://github.com/facebook/buck

Encourages the creation of small, reusable modules consisting of code and resources.


https://gradle.org

Incremental builds programmed via Groovy instead of declaring XML. Works well with Maven's dependency management.