Persistent Data Structures

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

License

License

GroupId

GroupId

io.github.grillbaer
ArtifactId

ArtifactId

persistentds
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/grillbaer/persistentds
Source Code Management

Source Code Management

http://github.com/grillbaer/persistentds

Download persistentds

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.1
2.0.0