Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
Ant is a Java-based build tool. In theory, it is kind of like Make, without Make's wrinkles and with the full portability of pure Java code. | With Compose, you define a multi-container application in a single file, then spin your application up in a single command which does everything that needs to be done to get it running. |
The most complete Java build and deployment tool available.;Platform neutral and can handle platform specific properties such as file separators;Can be used to perform platform specific tasks such as modifying the modified time of a file using 'touch' command;Scripts are written using plain XML. If you are already familiar with XML, you can learn pretty quickly;Automate complicated repetitive tasks;Interface to develop custom tasks;Can be easily invoked from the command line and it can integrate with free and commercial IDEs | - |
Statistics | |
GitHub Stars 449 | GitHub Stars 36.4K |
GitHub Forks 449 | GitHub Forks 5.5K |
Stacks 250 | Stacks 22.3K |
Followers 151 | Followers 16.5K |
Votes 7 | Votes 501 |
Pros & Cons | |
Pros
Cons
| Pros
Cons
|
Integrations | |
| No integrations available | |

Kubernetes is an open source orchestration system for Docker containers. It handles scheduling onto nodes in a compute cluster and actively manages workloads to ensure that their state matches the users declared intentions.

Rancher is an open source container management platform that includes full distributions of Kubernetes, Apache Mesos and Docker Swarm, and makes it simple to operate container clusters on any cloud or infrastructure platform.

Maven allows a project to build using its project object model (POM) and a set of plugins that are shared by all projects using Maven, providing a uniform build system. Once you familiarize yourself with how one Maven project builds you automatically know how all Maven projects build saving you immense amounts of time when trying to navigate many projects.

Swarm serves the standard Docker API, so any tool which already communicates with a Docker daemon can use Swarm to transparently scale to multiple hosts: Dokku, Compose, Krane, Deis, DockerUI, Shipyard, Drone, Jenkins... and, of course, the Docker client itself.

Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites.

Tutum lets developers easily manage and run lightweight, portable, self-sufficient containers from any application. AWS-like control, Heroku-like ease. The same container that a developer builds and tests on a laptop can run at scale in Tutum.

It is a universal container management tool. It works with Kubernetes, Docker, Docker Swarm and Azure ACI. It allows you to manage containers without needing to know platform-specific code.

Bazel is a build tool that builds code quickly and reliably. It is used to build the majority of Google's software, and thus it has been designed to handle build problems present in Google's development environment.

Automate and parallelize testing. Codefresh allows teams to spin up on-demand compositions to run unit and integration tests as part of the continuous integration process. Jenkins integration allows more complex pipelines.

Pants is a build system for Java, Scala and Python. It works particularly well for a source code repository that contains many distinct projects.