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