Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.tweety.agents |
ArtifactId | ArtifactIddialogues |
Version | Version1.12 |
Type | Typejar |
Filename | Size |
---|---|
dialogues-1.12.pom | |
dialogues-1.12.jar | 94 KB |
dialogues-1.12-sources.jar | 83 KB |
dialogues-1.12-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.12</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.tweety.agents/dialogues/
implementation 'net.sf.tweety.agents:dialogues:1.12'
// https://jarcasting.com/artifacts/net.sf.tweety.agents/dialogues/
implementation ("net.sf.tweety.agents:dialogues:1.12")
'net.sf.tweety.agents:dialogues:jar:1.12'
<dependency org="net.sf.tweety.agents" name="dialogues" rev="1.12">
<artifact name="dialogues" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.tweety.agents', module='dialogues', version='1.12')
)
libraryDependencies += "net.sf.tweety.agents" % "dialogues" % "1.12"
[net.sf.tweety.agents/dialogues "1.12"]