g

graph

Generic purpose graph interfaces and implementations.
https://github.com/matthieu-vergne/Graph
CC0
Matthieu Vergne
Files download
File Operation
graph-1.1.pom download
Apache Maven
<dependency>
  <groupId>fr.matthieu-vergne</groupId>
  <artifactId>graph</artifactId>
  <version>1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'fr.matthieu-vergne:graph:1.1'
Gradle Kotlin
implementation("fr.matthieu-vergne:graph:1.1")
Scala SBT
libraryDependencies += "fr.matthieu-vergne" % "graph" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='fr.matthieu-vergne', module='graph', version='1.1')
)
Apache Ivy
<dependency org="fr.matthieu-vergne" name="graph" rev="1.1" />
Leiningen
[fr.matthieu-vergne/graph "1.1"]
Apache Buildr
'fr.matthieu-vergne:graph:jar:1.1'
Dependencies
The project has no third-party dependencies