jcommon-graph

Java library for simple in-memory graph operations such as iterative and concurrent topological sorts.

Лицензия

Лицензия

Группа

Группа

org.jcommon
Идентификатор

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

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

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

1.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

jcommon-graph
Java library for simple in-memory graph operations such as iterative and concurrent topological sorts.
Ссылка на сайт

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

https://github.com/jcommon/graph/

Скачать graph

Имя Файла Размер
graph-1.3.pom
graph-1.3.jar 33 KB
graph-1.3-sources.jar 36 KB
graph-1.3-javadoc.jar 157 KB
Обзор

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

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

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

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

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

Версия
1.3
1.2
1.1
1.0