Java aMule EC

Implementation of the EC protocol to comunicate with an aMule server instance

Лицензия

Лицензия

Группа

Группа

com.github.nfalco79
Идентификатор

Идентификатор

amule-ec
Последняя версия

Последняя версия

0.6.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Java aMule EC
Implementation of the EC protocol to comunicate with an aMule server instance
Ссылка на сайт

Ссылка на сайт

https://github.com/nfalco79/JavaaMuleEC
Система контроля версий

Система контроля версий

https://github.com/nfalco79/JavaaMuleEC

Скачать amule-ec

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.nfalco79/amule-ec/ -->
<dependency>
    <groupId>com.github.nfalco79</groupId>
    <artifactId>amule-ec</artifactId>
    <version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nfalco79/amule-ec/
implementation 'com.github.nfalco79:amule-ec:0.6.0'
// https://jarcasting.com/artifacts/com.github.nfalco79/amule-ec/
implementation ("com.github.nfalco79:amule-ec:0.6.0")
'com.github.nfalco79:amule-ec:jar:0.6.0'
<dependency org="com.github.nfalco79" name="amule-ec" rev="0.6.0">
  <artifact name="amule-ec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nfalco79', module='amule-ec', version='0.6.0')
)
libraryDependencies += "com.github.nfalco79" % "amule-ec" % "0.6.0"
[com.github.nfalco79/amule-ec "0.6.0"]

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.assertj : assertj-core jar 2.9.1

Модули Проекта

Данный проект не имеет модулей.

JavaaMuleEC

Build Status Coverage Status

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 iuk@iukonline.com for any clarification.

Maven

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>

License

This project is licensed under GPLv3 license.

Версии библиотеки

Версия
0.6.0