Mahana Topological Sorter

A Java library for performing topological sorting.

License

License

GroupId

GroupId

com.mahanaroad
ArtifactId

ArtifactId

mahana-topo-sort
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Mahana Topological Sorter
A Java library for performing topological sorting.
Source Code Management

Source Code Management

http://bitbucket.org/kevinstembridge/mahana-topo-sort

Download mahana-topo-sort

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0