License |
License |
---|---|
GroupId | GroupIdfr.matthieu-vergne |
ArtifactId | ArtifactIdgraph |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGraph Support
Generic purpose graph interfaces and implementations.
|
Project URL |
Project URL |
Filename | Size |
---|---|
graph-1.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.matthieu-vergne/graph/ -->
<dependency>
<groupId>fr.matthieu-vergne</groupId>
<artifactId>graph</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.matthieu-vergne/graph/
implementation 'fr.matthieu-vergne:graph:1.1'
// https://jarcasting.com/artifacts/fr.matthieu-vergne/graph/
implementation ("fr.matthieu-vergne:graph:1.1")
'fr.matthieu-vergne:graph:pom:1.1'
<dependency org="fr.matthieu-vergne" name="graph" rev="1.1">
<artifact name="graph" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.matthieu-vergne', module='graph', version='1.1')
)
libraryDependencies += "fr.matthieu-vergne" % "graph" % "1.1"
[fr.matthieu-vergne/graph "1.1"]