From cb88f2a11944b90bdea6dfd6cb3b7f12ac4d0511 Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Mon, 13 Jun 2016 06:10:16 +0000 Subject: [PATCH] Update application development guide with new dependencies --- .../pages/site/get-involved/develop/applications.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/i2p2www/pages/site/get-involved/develop/applications.html b/i2p2www/pages/site/get-involved/develop/applications.html index c1d977a7d..27988cbec 100644 --- a/i2p2www/pages/site/get-involved/develop/applications.html +++ b/i2p2www/pages/site/get-involved/develop/applications.html @@ -322,6 +322,15 @@ This will require the following libraries in your classpath: <li>$I2P/lib/i2p.jar: {{ _('Standard I2P classes, data structures, API, and utilities') }}</li> </ul> +<p>{% trans -%} +You can fetch these from an I2P installation, or add the following dependencies +from Maven Central: +{%- endtrans %}</p> +<ul> + <li><code>{{ ver("net.i2p:i2p:%s") }}</code></li> + <li><code>{{ ver("net.i2p.client:streaming:%s") }}</code></li> +</ul> + <p>{% trans -%} Network communication requires the usage of I2P network sockets. To demonstrate this, we will create an application where a client can send text messages to a server, -- GitLab