> For the complete documentation index, see [llms.txt](https://asafahmadov.gitbook.io/cloud-and-devops/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://asafahmadov.gitbook.io/cloud-and-devops/devops-bootcamp/build-tools-and-package-manager-tools/build-tools-for-development.md).

# Build Tools for Development

![](/files/Vj9fe6BDBwoY3Ma58i5f)

![](/files/5rJU8bKzJhgSCFGZdJex)

* **You can find all Java Libraries in Maven Central Repository:**
*
* **Need a library for ElasticSearch database connection?**

![](/files/G8KW0M83DXIvnMyl30gM)

&#x20;      1\)    Find a dependency with name and version &#x20;

&#x20;      2\) You add it to dependencies file (e.g. pom.xml)&#x20;

&#x20;       3\) pendency gets downloaded locally (e.g. local maven repo)
