jdeps

Java library for simple in-memory topological sorts.

License

License

GroupId

GroupId

com.github.davidhoyt
ArtifactId

ArtifactId

jdeps
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

jdeps
Java library for simple in-memory topological sorts.

Download jdeps

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

Versions

Version
1.1
1.0