To get the latest TomP2P version with Maven, use the following settings:
<repositories>
<repository>
<id>tomp2p.net</id>
<url>http://tomp2p.net/dev/mvn/</url>
</repository>
</repositories>
...
<dependency>
<groupId>net.tomp2p</groupId>
<artifactId>TomP2P</artifactId>
<version>4.0.x</version>
</dependency>
The TomP2P source code in the Git repository contains eclipse specific configuration files (.project, .settings). This means that if you have installed the m2e plugin, the project should build automatically. If you are not using eclipse, you can build it “manually” with mvn clean install. For more information about Maven, please visit the Apache Maven Project.
If you miss a feature or encounter an issue, please post it using the mailing list.
You can access the latest TomP2P sources on GitHub. Please note, that this is the latest version (bleeding edge), which may contain errors, may not be stable, and may not run at all. For stable releases please go to the download section.