MVN

it.unibo.tuprolog.argumentation : ide

Maven & Gradle

Aug 09, 2023
6 stars

Arg-tuProlog Kotlin · A 2p-kt library for structured argumentation

<dependency>
    <groupId>it.unibo.tuprolog.argumentation</groupId>
    <artifactId>ide</artifactId>
    <version>0.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.unibo.tuprolog.argumentation : ide to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.2

All Versions

Choose a version of it.unibo.tuprolog.argumentation : ide to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
ide-0.7.2
ide-0.7.1
ide-0.7.0
0.6.x
ide-0.6.8
ide-0.6.7
ide-0.6.6
ide-0.6.5
ide-0.6.4
ide-0.6.3
ide-0.6.2
ide-0.6.1
0.5.x
ide-0.5.1
ide-0.5.0
0.4.x
ide-0.4.0
0.3.x
ide-0.3.1
ide-0.3.0
0.2.x
ide-0.2.5
ide-0.2.4
ide-0.2.3
ide-0.2.2
ide-0.2.1
ide-0.2.0
0.1.x
ide-0.1.0
ide-0.1.0-archeo+4a6f56f

How to add a dependency to Maven

Add the following it.unibo.tuprolog.argumentation : ide maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.unibo.tuprolog.argumentation</groupId>
    <artifactId>ide</artifactId>
    <version>0.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.unibo.tuprolog.argumentation : ide gradle dependency to your build.gradle file:

implementation 'it.unibo.tuprolog.argumentation:ide:0.7.2'

Gradle Kotlin DSL: Add the following it.unibo.tuprolog.argumentation : ide gradle kotlin dependency to your build.gradle.kts file:

implementation("it.unibo.tuprolog.argumentation:ide:0.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.unibo.tuprolog.argumentation : ide sbt scala dependency to your build.sbt file:

libraryDependencies += "it.unibo.tuprolog.argumentation" % "ide" % "0.7.2"

Advertisement