License |
License |
---|---|
GroupId | GroupIdorg.jcommon |
ArtifactId | ArtifactIdgraph |
Version | Version1.3 |
Type | Typejar |
Description |
Descriptionjcommon-graph
Java library for simple in-memory graph operations such as iterative and concurrent topological sorts.
|
Project URL |
Project URL |
Filename | Size |
---|---|
graph-1.3.pom | |
graph-1.3.jar | 33 KB |
graph-1.3-sources.jar | 36 KB |
graph-1.3-javadoc.jar | 157 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jcommon/graph/ -->
<dependency>
<groupId>org.jcommon</groupId>
<artifactId>graph</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jcommon/graph/
implementation 'org.jcommon:graph:1.3'
// https://jarcasting.com/artifacts/org.jcommon/graph/
implementation ("org.jcommon:graph:1.3")
'org.jcommon:graph:jar:1.3'
<dependency org="org.jcommon" name="graph" rev="1.3">
<artifact name="graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jcommon', module='graph', version='1.3')
)
libraryDependencies += "org.jcommon" % "graph" % "1.3"
[org.jcommon/graph "1.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |