persistent-graph
Persistent, labeled, directed, multigraph implementations for Java.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииDex Универсальные библиотеки Utility |
| Группа | Группаnl.gohla |
| Идентификатор | Идентификаторpersistent-graph-dexx |
| Последняя версия | Последняя версия0.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеPersistent Graph Dexx implementation
Implementation of persistent graphs with the Dexx collections library
|
| Имя Файла | Размер |
|---|---|
| persistent-graph-dexx-0.1.0.pom | |
| persistent-graph-dexx-0.1.0.jar | 18 KB |
| persistent-graph-dexx-0.1.0-sources.jar | 9 KB |
| persistent-graph-dexx-0.1.0-javadoc.jar | 106 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/nl.gohla/persistent-graph-dexx/ -->
<dependency>
<groupId>nl.gohla</groupId>
<artifactId>persistent-graph-dexx</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.gohla/persistent-graph-dexx/
implementation 'nl.gohla:persistent-graph-dexx:0.1.0'
// https://jarcasting.com/artifacts/nl.gohla/persistent-graph-dexx/
implementation ("nl.gohla:persistent-graph-dexx:0.1.0")
'nl.gohla:persistent-graph-dexx:jar:0.1.0'
<dependency org="nl.gohla" name="persistent-graph-dexx" rev="0.1.0">
<artifact name="persistent-graph-dexx" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.gohla', module='persistent-graph-dexx', version='0.1.0')
)
libraryDependencies += "nl.gohla" % "persistent-graph-dexx" % "0.1.0"
[nl.gohla/persistent-graph-dexx "0.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| nl.gohla : persistent-graph-core | jar | 0.1.0 |
| com.github.andrewoma.dexx : collection | jar | 0.3.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.0 |
Persistent, labeled, directed, multigraph implementations for Java.