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