is not current version
Last Version 1.1

fr.matthieu-vergne:graph 1.0

Generic purpose graph interfaces and implementations.

GroupId

GroupId

fr.matthieu-vergne
ArtifactId

ArtifactId

graph
Version

Version

1.0
Type

Type

pom

Download graph 1.0

Filename Size
graph-1.0.pom 2 KB
Browse

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