is not current version
Last Version 3.2.1

org.javimmutable:javimmutable-collections 1.9.1

Library providing immutable/persistent collection classes for Java. While collections are immutable they provide methods for adding and removing values by creating new modified copies of themselves. Each copy shares almost all of its structure with other copies to minimize memory consumption.

GroupId

GroupId

org.javimmutable
ArtifactId

ArtifactId

javimmutable-collections
Version

Version

1.9.1
Type

Type

jar

Download javimmutable-collections 1.9.1


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