Last Version

JImmutable Collections 3.2.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.

License

License

GroupId

GroupId

org.javimmutable
ArtifactId

ArtifactId

javimmutable-collections
Version

Version

3.2.1
Type

Type

jar
Description

Description

JImmutable Collections
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.
Project URL

Project URL

https://github.com/brianburton/java-immutable-collections
Project Organization

Project Organization

Burton Computer Corporation
Source Code Management

Source Code Management

https://github.com/brianburton/java-immutable-collections

Download javimmutable-collections 3.2.1


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

Dependencies

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 Optional jar 1.3.9

test (4)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.assertj : assertj-core jar 3.8.0
com.google.guava : guava jar 30.0-jre
net.sf.jopt-simple : jopt-simple jar 4.9

Project Modules

There are no modules declared in this project.