Persistent Data Structures

Persistent data structures in the form of immutable copy-on-write lists, maps and sets for Java. Based on balanced trees.

Лицензия

Лицензия

Группа

Группа

io.github.grillbaer
Идентификатор

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

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

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

2.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Persistent Data Structures
Persistent data structures in the form of immutable copy-on-write lists, maps and sets for Java. Based on balanced trees.
Ссылка на сайт

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

https://github.com/grillbaer/persistentds
Система контроля версий

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

http://github.com/grillbaer/persistentds

Скачать persistentds

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

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

Зависимости

test (1)

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

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

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

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

Версия
2.0.1
2.0.0