GroupId | GroupIdorg.burningwave |
---|---|
ArtifactId | ArtifactIdgraph |
Version | Version0.9.50 |
Type | Typejar |
Filename | Size |
---|---|
graph-0.9.50.pom | |
graph-0.9.50.jar | 71 KB |
graph-0.9.50-sources.jar | 33 KB |
graph-0.9.50-javadoc.jar | 586 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.burningwave/graph/ -->
<dependency>
<groupId>org.burningwave</groupId>
<artifactId>graph</artifactId>
<version>0.9.50</version>
</dependency>
// https://jarcasting.com/artifacts/org.burningwave/graph/
implementation 'org.burningwave:graph:0.9.50'
// https://jarcasting.com/artifacts/org.burningwave/graph/
implementation ("org.burningwave:graph:0.9.50")
'org.burningwave:graph:jar:0.9.50'
<dependency org="org.burningwave" name="graph" rev="0.9.50">
<artifact name="graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.burningwave', module='graph', version='0.9.50')
)
libraryDependencies += "org.burningwave" % "graph" % "0.9.50"
[org.burningwave/graph "0.9.50"]