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