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

jcommon-graph
Last Version

Last Version

1.0
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 jcommon-graph

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.
org.jcommon

JCommon

Versions

Version
1.0