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