is not current version
Last Version 2.0

com.gitlab.marvinh:graph 1.1

A library of collections for storing graphs and doing operations on it

GroupId

GroupId

com.gitlab.marvinh
ArtifactId

ArtifactId

graph
Version

Version

1.1
Type

Type

jar

Download graph 1.1


<!-- https://jarcasting.com/artifacts/com.gitlab.marvinh/graph/ -->
<dependency>
    <groupId>com.gitlab.marvinh</groupId>
    <artifactId>graph</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.marvinh/graph/
implementation 'com.gitlab.marvinh:graph:1.1'
// https://jarcasting.com/artifacts/com.gitlab.marvinh/graph/
implementation ("com.gitlab.marvinh:graph:1.1")
'com.gitlab.marvinh:graph:jar:1.1'
<dependency org="com.gitlab.marvinh" name="graph" rev="1.1">
  <artifact name="graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.marvinh', module='graph', version='1.1')
)
libraryDependencies += "com.gitlab.marvinh" % "graph" % "1.1"
[com.gitlab.marvinh/graph "1.1"]