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