From f0d2769f8a0d8322c0ea5f0082637c808f49078a Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Thu, 31 May 2018 12:25:26 +0200 Subject: [PATCH] Add Buck --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4a0b7af..26f9ee9 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Apache Maven](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. * [Bazel](https://bazel.io) - Tool from Google that builds code quickly and reliably. +* [Buck](https://github.com/facebook/buck) - Encourages the creation of small, reusable modules consisting of code and resources. * [Gradle](https://gradle.org/) - Incremental builds programmed via Groovy instead of declaring XML. Works well with Maven's dependency management. ## Bytecode Manipulation