Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.tweety.agents |
ArtifactId | ArtifactIddialogues |
Version | Version1.8 |
Type | Typejar |
Filename | Size |
---|---|
dialogues-1.8.pom | |
dialogues-1.8.jar | 94 KB |
dialogues-1.8-sources.jar | 83 KB |
dialogues-1.8-javadoc.jar | 9 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.tweety.agents/dialogues/ -->
<dependency>
<groupId>net.sf.tweety.agents</groupId>
<artifactId>dialogues</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.tweety.agents/dialogues/
implementation 'net.sf.tweety.agents:dialogues:1.8'
// https://jarcasting.com/artifacts/net.sf.tweety.agents/dialogues/
implementation ("net.sf.tweety.agents:dialogues:1.8")
'net.sf.tweety.agents:dialogues:jar:1.8'
<dependency org="net.sf.tweety.agents" name="dialogues" rev="1.8">
<artifact name="dialogues" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.tweety.agents', module='dialogues', version='1.8')
)
libraryDependencies += "net.sf.tweety.agents" % "dialogues" % "1.8"
[net.sf.tweety.agents/dialogues "1.8"]