Graph

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

License

License

GroupId

GroupId

com.gitlab.marvinh
ArtifactId

ArtifactId

graph
Last Version

Last Version

2.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://gitlab.com/general-purpose-libraries/graph
Source Code Management

Source Code Management

https://gitlab.com/general-purpose-libraries/graph/

Download graph

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25
org.junit.jupiter : junit-jupiter-api jar 5.0.0-M4
org.mockito : mockito-all jar 1.9.5

test (1)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.25

Project Modules

There are no modules declared in this project.

Versions

Version
2.0
1.2
1.1