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