persistent-graph
Persistent, labeled, directed, multigraph implementations for Java.
License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility |
GroupId | GroupIdnl.gohla |
ArtifactId | ArtifactIdpersistent-graph-dexx |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPersistent Graph Dexx implementation
Implementation of persistent graphs with the Dexx collections library
|
<!-- https://jarcasting.com/artifacts/nl.gohla/persistent-graph-dexx/ -->
<dependency>
<groupId>nl.gohla</groupId>
<artifactId>persistent-graph-dexx</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.gohla/persistent-graph-dexx/
implementation 'nl.gohla:persistent-graph-dexx:0.1.0'
// https://jarcasting.com/artifacts/nl.gohla/persistent-graph-dexx/
implementation ("nl.gohla:persistent-graph-dexx:0.1.0")
'nl.gohla:persistent-graph-dexx:jar:0.1.0'
<dependency org="nl.gohla" name="persistent-graph-dexx" rev="0.1.0">
<artifact name="persistent-graph-dexx" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.gohla', module='persistent-graph-dexx', version='0.1.0')
)
libraryDependencies += "nl.gohla" % "persistent-graph-dexx" % "0.1.0"
[nl.gohla/persistent-graph-dexx "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
nl.gohla : persistent-graph-core | jar | 0.1.0 |
com.github.andrewoma.dexx : collection | jar | 0.3.1 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.0 |
Persistent, labeled, directed, multigraph implementations for Java.