I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit cb88f2a1 authored by str4d's avatar str4d
Browse files

Update application development guide with new dependencies

parent 0a57c89d
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment