jcommon-graph

Java library for simple in-memory graph operations such as iterative and concurrent topological sorts.

License

License

GroupId

GroupId

org.jcommon
ArtifactId

ArtifactId

graph
Last Version

Last Version

1.3
Release Date

Release Date

Type

Type

jar
Description

Description

jcommon-graph
Java library for simple in-memory graph operations such as iterative and concurrent topological sorts.
Project URL

Project URL

https://github.com/jcommon/graph/

Download graph

How to add to project

<!-- 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"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.3
1.2
1.1
1.0