is not current version
Last Version 2.0.2

de.tum.ei.lkn.eces:graph 2.0.1

Graph library (edges, nodes, graphs) using the ECES framework.

GroupId

GroupId

de.tum.ei.lkn.eces
ArtifactId

ArtifactId

graph
Version

Version

2.0.1
Type

Type

jar

Download graph 2.0.1


<!-- https://jarcasting.com/artifacts/de.tum.ei.lkn.eces/graph/ -->
<dependency>
    <groupId>de.tum.ei.lkn.eces</groupId>
    <artifactId>graph</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.tum.ei.lkn.eces/graph/
implementation 'de.tum.ei.lkn.eces:graph:2.0.1'
// https://jarcasting.com/artifacts/de.tum.ei.lkn.eces/graph/
implementation ("de.tum.ei.lkn.eces:graph:2.0.1")
'de.tum.ei.lkn.eces:graph:jar:2.0.1'
<dependency org="de.tum.ei.lkn.eces" name="graph" rev="2.0.1">
  <artifact name="graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.tum.ei.lkn.eces', module='graph', version='2.0.1')
)
libraryDependencies += "de.tum.ei.lkn.eces" % "graph" % "2.0.1"
[de.tum.ei.lkn.eces/graph "2.0.1"]