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