License |
License |
---|---|
GroupId | GroupIdde.tum.ei.lkn.eces |
ArtifactId | ArtifactIdgraph |
Version | Version2.0.2 |
Type | Typejar |
Description |
DescriptionGraph library (edges, nodes, graphs) using the ECES framework.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
graph-2.0.2.pom | |
graph-2.0.2.jar | 14 KB |
graph-2.0.2-tests.jar | 6 KB |
graph-2.0.2-sources.jar | 7 KB |
graph-2.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.tum.ei.lkn.eces/graph/
implementation 'de.tum.ei.lkn.eces:graph:2.0.2'
// https://jarcasting.com/artifacts/de.tum.ei.lkn.eces/graph/
implementation ("de.tum.ei.lkn.eces:graph:2.0.2")
'de.tum.ei.lkn.eces:graph:jar:2.0.2'
<dependency org="de.tum.ei.lkn.eces" name="graph" rev="2.0.2">
<artifact name="graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.tum.ei.lkn.eces', module='graph', version='2.0.2')
)
libraryDependencies += "de.tum.ei.lkn.eces" % "graph" % "2.0.2"
[de.tum.ei.lkn.eces/graph "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.json : json | jar | 20150729 |
de.tum.ei.lkn.eces : core | jar | 2.0.3 |
de.tum.ei.lkn.eces : master-pom-commons | jar | 1.0.21 |
org.aeonbits.owner : owner | jar | 1.0.10 |
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
de.tum.ei.lkn.eces : core | test-jar | 2.0.3 |
de.tum.ei.lkn.eces : master-pom-commons | test-jar | 1.0.21 |
junit : junit | jar | 4.13.1 |