Java library implementing aMule EC protocol.
This library was basically created for the development of the Amule Remote Android app. However, it can be used within any Java application.
Project is poorly documented (if documented at all), but I have no time at the moment to set up a proper documentation. Feel free to reach out to [email protected] for any clarification.
Released versions are available in The Central Repository. Just add this artifact to your project:
<dependency>
<groupId>com.github.nfalco79</groupId>
<artifactId>amule-ec</artifactId>
<version>{version}</version>
</dependency>
However if you want to use the last snapshot version, you have to add the Nexus OSS repository:
<repository>
<id>osshr</id>
<name>Nexus OSS repository for snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
This project is licensed under GPLv3 license.