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