GroupId | GroupIdfr.matthieu-vergne |
---|---|
ArtifactId | ArtifactIdgraph |
Version | Version1.0 |
Type | Typepom |
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"]