Apache Tuweni Downloads

Apache Tuweni is made available as a distribution and through Maven Central.

Release Artifacts

Name Archive SHA-512 Signature
Apache Tuweni 2.3.1 (tgz) tgz SHA-512 ASC
Apache Tuweni 2.3.1 (zip) zip SHA-512 ASC
Apache Tuweni 2.3.1 (source tgz) tgz SHA-512 ASC
Apache Tuweni 2.3.1 (source zip) zip SHA-512 ASC
Release Notes 2.3.1

Choose a source distribution in either tar or zip format, and verify using the corresponding asc signature (using the committer file in 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. 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>2.3.1</version>
</dependency>

Gradle:

compile 'org.apache.tuweni:tuweni-bytes:2.3.1'

Debian repository

An unofficial APT repository is maintained under deb.tmio.io.

Homebrew

An unofficial homebrew tap is maintained under this repository.

You can follow these instructions to install Tuweni:

brew tap tmio/tuweni
brew install tuweni