GroupId | GroupIdfr.matthieu-vergne |
---|---|
ArtifactId | ArtifactIdgraph-core |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
graph-core-1.0.pom | |
graph-core-1.0.jar | 13 KB |
graph-core-1.0-sources.jar | 6 KB |
graph-core-1.0-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.matthieu-vergne/graph-core/ -->
<dependency>
<groupId>fr.matthieu-vergne</groupId>
<artifactId>graph-core</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.matthieu-vergne/graph-core/
implementation 'fr.matthieu-vergne:graph-core:1.0'
// https://jarcasting.com/artifacts/fr.matthieu-vergne/graph-core/
implementation ("fr.matthieu-vergne:graph-core:1.0")
'fr.matthieu-vergne:graph-core:jar:1.0'
<dependency org="fr.matthieu-vergne" name="graph-core" rev="1.0">
<artifact name="graph-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.matthieu-vergne', module='graph-core', version='1.0')
)
libraryDependencies += "fr.matthieu-vergne" % "graph-core" % "1.0"
[fr.matthieu-vergne/graph-core "1.0"]