License |
License |
---|---|
GroupId | GroupIdorg.dishevelled |
ArtifactId | ArtifactIddsh-graph |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondishevelled.org graph
Directed graph interface and implementation.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
dsh-graph-1.0.pom | |
dsh-graph-1.0.jar | 37 KB |
dsh-graph-1.0-tests.jar | 30 KB |
dsh-graph-1.0-sources.jar | 33 KB |
dsh-graph-1.0-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dishevelled/dsh-graph/ -->
<dependency>
<groupId>org.dishevelled</groupId>
<artifactId>dsh-graph</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dishevelled/dsh-graph/
implementation 'org.dishevelled:dsh-graph:1.0'
// https://jarcasting.com/artifacts/org.dishevelled/dsh-graph/
implementation ("org.dishevelled:dsh-graph:1.0")
'org.dishevelled:dsh-graph:jar:1.0'
<dependency org="org.dishevelled" name="dsh-graph" rev="1.0">
<artifact name="dsh-graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dishevelled', module='dsh-graph', version='1.0')
)
libraryDependencies += "org.dishevelled" % "dsh-graph" % "1.0"
[org.dishevelled/dsh-graph "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.dishevelled : dsh-functor | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |