MVN

org.javimmutable : javimmutable-collections

Maven & Gradle

Jan 01, 2021
2 usages
41 stars

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.

<dependency>
    <groupId>org.javimmutable</groupId>
    <artifactId>javimmutable-collections</artifactId>
    <version>3.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.javimmutable : javimmutable-collections to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.1
  • Latest Beta: 1.9-beta-3

All Versions

Choose a version of org.javimmutable : javimmutable-collections to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
javimmutable-collections-3.2.1
javimmutable-collections-3.2.0
3.1.x
javimmutable-collections-3.1.0
3.0.x
javimmutable-collections-3.0.2
javimmutable-collections-3.0.1
javimmutable-collections-3.0.0
2.4.x
javimmutable-collections-2.4.1
javimmutable-collections-2.4.0
2.3.x
javimmutable-collections-2.3.0
2.2.x
javimmutable-collections-2.2.0
2.1.x
javimmutable-collections-2.1.0
2.0.x
javimmutable-collections-2.0.0
1.9.x
javimmutable-collections-1.9.1
1.9
javimmutable-collections-1.9-beta-3
1.8
javimmutable-collections-1.8
1.7
javimmutable-collections-1.7
1.6
javimmutable-collections-1.6
1.5
javimmutable-collections-1.5
1.4
javimmutable-collections-1.4
1.3
javimmutable-collections-1.3
1.2
javimmutable-collections-1.2
1.1
javimmutable-collections-1.1
1.0.x
javimmutable-collections-1.0.0

How to add a dependency to Maven

Add the following org.javimmutable : javimmutable-collections maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.javimmutable</groupId>
    <artifactId>javimmutable-collections</artifactId>
    <version>3.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.javimmutable : javimmutable-collections gradle dependency to your build.gradle file:

implementation 'org.javimmutable:javimmutable-collections:3.2.1'

Gradle Kotlin DSL: Add the following org.javimmutable : javimmutable-collections gradle kotlin dependency to your build.gradle.kts file:

implementation("org.javimmutable:javimmutable-collections:3.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.javimmutable : javimmutable-collections sbt scala dependency to your build.sbt file:

libraryDependencies += "org.javimmutable" % "javimmutable-collections" % "3.2.1"

Advertisement

Dependencies from Group

Jan 01, 2021
2 usages
41 stars
Aug 31, 2023
41 stars

Discover Dependencies

Apr 14, 2018
2 usages
2 stars
Feb 21, 2018
2 usages
0 stars
Dec 21, 2021
6 usages
469 stars
Jun 18, 2018
2 usages
102 stars
Aug 12, 2018
2 usages
102 stars
May 19, 2020
2 usages
0 stars
Sep 11, 2018
2 usages
1 stars
Jul 27, 2022
2 usages
153 stars
Jan 06, 2019
2 usages
0 stars