License |
License |
---|---|
GroupId | GroupIdcom.github.davidhoyt |
ArtifactId | ArtifactIdjdeps |
Version | Version1.1 |
Type | Typejar |
Description |
Descriptionjdeps
Java library for simple in-memory topological sorts.
|
Filename | Size |
---|---|
jdeps-1.1.pom | |
jdeps-1.1.jar | 25 KB |
jdeps-1.1-sources.jar | 29 KB |
jdeps-1.1-javadoc.jar | 133 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |