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