License |
License |
---|---|
GroupId | GroupIdcom.github.nfalco79 |
ArtifactId | ArtifactIdamule-ec |
Version | Version0.6.0 |
Type | Typejar |
Description |
DescriptionJava aMule EC
Implementation of the EC protocol to comunicate with an aMule server instance
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
amule-ec-0.6.0.pom | |
amule-ec-0.6.0.jar | 112 KB |
amule-ec-0.6.0-sources.jar | 72 KB |
amule-ec-0.6.0-javadoc.jar | 298 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 2.9.1 |