MVN

org.tweetyproject.agents : dialogues

Maven & Gradle

Jul 11, 2023
1 usages
24 stars

TweetyProject (Dialogue Systems Library)

<dependency>
    <groupId>org.tweetyproject.agents</groupId>
    <artifactId>dialogues</artifactId>
    <version>1.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.tweetyproject.agents : dialogues to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.24

All Versions

Choose a version of org.tweetyproject.agents : dialogues to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.24
dialogues-1.24
1.23
dialogues-1.23
1.22
dialogues-1.22
1.21
dialogues-1.21
1.20
dialogues-1.20
1.19
dialogues-1.19
1.18
dialogues-1.18

How to add a dependency to Maven

Add the following org.tweetyproject.agents : dialogues maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.tweetyproject.agents</groupId>
    <artifactId>dialogues</artifactId>
    <version>1.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.tweetyproject.agents : dialogues gradle dependency to your build.gradle file:

implementation 'org.tweetyproject.agents:dialogues:1.24'

Gradle Kotlin DSL: Add the following org.tweetyproject.agents : dialogues gradle kotlin dependency to your build.gradle.kts file:

implementation("org.tweetyproject.agents:dialogues:1.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.tweetyproject.agents : dialogues sbt scala dependency to your build.sbt file:

libraryDependencies += "org.tweetyproject.agents" % "dialogues" % "1.24"

Advertisement