> 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/publish-an-artifact.md).

# Publish an Artifact

### Publish an artifact

**1)  Build jar or zip package**

**2) Push to artifact repository to save those packages for later use or for downloading on a remote server**

**3) Then you can download (curl, wget) it anywhere**

!

{% hint style="info" %}
**Build Tools have commands for that as well!**
{% endhint %}

![](/files/wNhLysjDSuQCL3Z46jxa)

{% hint style="success" %}
**Change in how we use artifacts**
{% endhint %}

* **We don't keep jar or zip files, because we have Docker**&#x20;
* **We don't build them locally, because we have Jenkins and other Build Automation Tools**
*

![](/files/4cEtVzVMS5K0mHvzyEov)
