License |
License |
---|---|
GroupId | GroupIdcom.mahanaroad |
ArtifactId | ArtifactIdmahana-topo-sort |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMahana Topological Sorter
A Java library for performing topological sorting.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mahana-topo-sort-1.0.1.pom | |
mahana-topo-sort-1.0.1.jar | 6 KB |
mahana-topo-sort-1.0.1-sources.jar | 3 KB |
mahana-topo-sort-1.0.1-javadoc.jar | 41 KB |
Browse |
<!-- 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"]