Files download
File Operation
coda-tests-1.7.5.jar download
coda-tests-1.7.5.pom download
coda-tests-1.7.5-sources.jar download
Apache Maven
<dependency>
  <groupId>it.uniroma2.art.coda</groupId>
  <artifactId>coda-tests</artifactId>
  <version>1.7.5</version>
</dependency>
Gradle Groovy
implementation 'it.uniroma2.art.coda:coda-tests:1.7.5'
Gradle Kotlin
implementation("it.uniroma2.art.coda:coda-tests:1.7.5")
Scala SBT
libraryDependencies += "it.uniroma2.art.coda" % "coda-tests" % "1.7.5"
Groovy Grape
@Grapes(
  @Grab(group='it.uniroma2.art.coda', module='coda-tests', version='1.7.5')
)
Apache Ivy
<dependency org="it.uniroma2.art.coda" name="coda-tests" rev="1.7.5" />
Leiningen
[it.uniroma2.art.coda/coda-tests "1.7.5"]
Apache Buildr
'it.uniroma2.art.coda:coda-tests:jar:1.7.5'