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