<dependency> <groupId>com.github.nfalco79</groupId> <artifactId>amule-ec</artifactId> <version>0.6.0</version> </dependency>
implementation 'com.github.nfalco79:amule-ec:0.6.0'
implementation("com.github.nfalco79:amule-ec:0.6.0")
libraryDependencies += "com.github.nfalco79" % "amule-ec" % "0.6.0"
@Grapes( @Grab(group='com.github.nfalco79', module='amule-ec', version='0.6.0') )
<dependency org="com.github.nfalco79" name="amule-ec" rev="0.6.0" />
[com.github.nfalco79/amule-ec "0.6.0"]
'com.github.nfalco79:amule-ec:jar:0.6.0'
test
|-- junit:junit:4.12
|-- org.assertj:assertj-core:2.9.1