a

amule-ec

Implementation of the EC protocol to comunicate with an aMule server instance
https://github.com/nfalco79/JavaaMuleEC
GPLv3
Gianluca Vegetti Nikolas Falco
文件下载
文件名 操作
amule-ec-0.6.0.jar 下载
amule-ec-0.6.0.pom 下载
amule-ec-0.6.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.nfalco79</groupId>
  <artifactId>amule-ec</artifactId>
  <version>0.6.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.nfalco79:amule-ec:0.6.0'
Gradle Kotlin
implementation("com.github.nfalco79:amule-ec:0.6.0")
Scala SBT
libraryDependencies += "com.github.nfalco79" % "amule-ec" % "0.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nfalco79', module='amule-ec', version='0.6.0')
)
Apache Ivy
<dependency org="com.github.nfalco79" name="amule-ec" rev="0.6.0" />
Leiningen
[com.github.nfalco79/amule-ec "0.6.0"]
Apache Buildr
'com.github.nfalco79:amule-ec:jar:0.6.0'