Graph

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

Лицензия

Лицензия

Группа

Группа

com.gitlab.marvinh
Идентификатор

Идентификатор

graph
Последняя версия

Последняя версия

2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Graph
A library of collections for storing graphs and doing operations on it
Ссылка на сайт

Ссылка на сайт

https://gitlab.com/general-purpose-libraries/graph
Система контроля версий

Система контроля версий

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

Скачать graph

Имя Файла Размер
graph-2.0.pom
graph-2.0.jar 31 KB
graph-2.0-sources.jar 17 KB
graph-2.0-javadoc.jar 187 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-simple jar 1.7.25

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
2.0
1.2
1.1