layout: page title: Apache Tuweni | Downloads description: Apache Tuweni Downloads page group: nav-right

{% include JB/setup %}

{{ site.data.project.name }} Downloads

{{ site.data.project.name }} is made available as a distribution and through Maven Central.

Release Artifacts

Choose a source distribution in either tar or zip format, and verify using the corresponding asc signature (using the committer file in [KEYS](https://downloads.apache.org/{{ site.data.project.incubator_slash_name }}/KEYS)). If you cannot do that, the sha512 hash file may be used to check that the download has completed OK.

For fast downloads, current source distributions are hosted on mirror servers; older source distributions are in the [archive](https://archive.apache.org/dist/{{ site.data.project.incubator_slash_name }}/). If a download from a mirror fails, retry, and the second download will likely succeed.

For security, hash and signature files are always hosted at Apache.

Maven Central

You can download Apache Tuweni dependencies through Maven Central.

For Maven:

<dependency>
  <groupId>org.apache.tuweni</groupId>
  <artifactId>tuweni-bytes</artifactId> <!-- swap with the component you want -->
  <version>{{site.data.project.latest_release}}</version>
</dependency>

Gradle:

compile 'org.apache.tuweni:tuweni-bytes:{{site.data.project.latest_release}}'