GroupId | GroupIdde.tum.ei.lkn.eces |
---|---|
ArtifactId | ArtifactIdgraph |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
graph-2.0.1.pom | |
graph-2.0.1.jar | 14 KB |
graph-2.0.1-tests.jar | 6 KB |
graph-2.0.1-sources.jar | 7 KB |
graph-2.0.1-javadoc.jar | 78 KB |
Browse |
<!-- 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"]