You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2020/10/19 04:23:34 UTC

[incubator-tuweni-website] 13/41: Add Maven Central instructions

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni-website.git

commit 3ba6ac0b1e2ef92d1b8d019f11690e0567c7b7dc
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Sun Sep 22 18:09:36 2019 -0700

    Add Maven Central instructions
---
 download.md | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/download.md b/download.md
index 8435819..b141b1c 100644
--- a/download.md
+++ b/download.md
@@ -118,4 +118,18 @@ For security, hash and signature files are always hosted at
 
 You can download Apache Tuweni dependencies through Maven Central.
 
-*We are still in the process of publishing our bits to Maven Central and will update this page once it is completed.*
\ No newline at end of file
+For Maven:
+
+```xml
+<dependency>
+  <groupId>org.apache.tuweni</groupId>
+  <artifactId>tuweni-bytes</artifactId> <!-- swap with the component you want -->
+  <version>0.8.2</version>
+</dependency>
+```
+
+Gradle:
+
+```groovy
+compile 'org.apache.tuweni:tuweni-bytes:0.8.2'
+```
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org