is not current version
Last Version 1.1

com.github.davidhoyt:jdeps 1.0

Java library for simple in-memory topological sorts.

GroupId

GroupId

com.github.davidhoyt
ArtifactId

ArtifactId

jdeps
Version

Version

1.0
Type

Type

jar

Download jdeps 1.0


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