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