MVN

es.ucm.fdi.grasia.faerie.demos : talkingAgents.out

Maven & Gradle

Jul 31, 2012
1 usages

Talking Agents Demo - Output

<dependency>
    <groupId>es.ucm.fdi.grasia.faerie.demos</groupId>
    <artifactId>talkingAgents.out</artifactId>
    <version>1.2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of es.ucm.fdi.grasia.faerie.demos : talkingAgents.out to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.9

All Versions

Choose a version of es.ucm.fdi.grasia.faerie.demos : talkingAgents.out to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
talkingAgents.out-1.2.9
talkingAgents.out-1.2.8
talkingAgents.out-1.2.7
talkingAgents.out-1.2.6

How to add a dependency to Maven

Add the following es.ucm.fdi.grasia.faerie.demos : talkingAgents.out maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>es.ucm.fdi.grasia.faerie.demos</groupId>
    <artifactId>talkingAgents.out</artifactId>
    <version>1.2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following es.ucm.fdi.grasia.faerie.demos : talkingAgents.out gradle dependency to your build.gradle file:

implementation 'es.ucm.fdi.grasia.faerie.demos:talkingAgents.out:1.2.9'

Gradle Kotlin DSL: Add the following es.ucm.fdi.grasia.faerie.demos : talkingAgents.out gradle kotlin dependency to your build.gradle.kts file:

implementation("es.ucm.fdi.grasia.faerie.demos:talkingAgents.out:1.2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following es.ucm.fdi.grasia.faerie.demos : talkingAgents.out sbt scala dependency to your build.sbt file:

libraryDependencies += "es.ucm.fdi.grasia.faerie.demos" % "talkingAgents.out" % "1.2.9"