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