MVN

org.eclipse.collections : eclipse-collections-parent

Maven & Gradle

Jul 17, 2023
2.2k stars

Eclipse Collections Parent Project · Eclipse Collections is a collections framework for Java. It has JDK-compatible List, Set and Map implementations with a rich API and set of utility classes that work with any JDK compatible Collections, Arrays, Maps or Strings. The iteration protocol was inspired by the Smalltalk collection framework.

<dependency>
    <groupId>org.eclipse.collections</groupId>
    <artifactId>eclipse-collections-parent</artifactId>
    <version>12.0.0.M2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.collections : eclipse-collections-parent to add to Maven - Latest Versions:

  • Latest Stable: 12.0.0.M2
  • Latest Release Candidate: 8.1.0-RC

All Versions

Choose a version of org.eclipse.collections : eclipse-collections-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
12.0.x
eclipse-collections-parent-12.0.0.M2
eclipse-collections-parent-12.0.0.M1
11.1.x
eclipse-collections-parent-11.1.0
eclipse-collections-parent-11.1.0.M2
eclipse-collections-parent-11.1.0.M1
11.0.x
eclipse-collections-parent-11.0.0
eclipse-collections-parent-11.0.0.M6
eclipse-collections-parent-11.0.0.M5
eclipse-collections-parent-11.0.0.M4
eclipse-collections-parent-11.0.0.M3
eclipse-collections-parent-11.0.0.M2
eclipse-collections-parent-11.0.0.M1
10.4.x
eclipse-collections-parent-10.4.0
10.3.x
eclipse-collections-parent-10.3.0
eclipse-collections-parent-10.3.0.M5
eclipse-collections-parent-10.3.0.M4
eclipse-collections-parent-10.3.0.M3
eclipse-collections-parent-10.3.0.M2
eclipse-collections-parent-10.3.0.M1
10.2.x
eclipse-collections-parent-10.2.0
eclipse-collections-parent-10.2.0.M1
10.1.x
eclipse-collections-parent-10.1.0
eclipse-collections-parent-10.1.0.M2
10.0.x
eclipse-collections-parent-10.0.0
eclipse-collections-parent-10.0.0.M3
eclipse-collections-parent-10.0.0.M2
eclipse-collections-parent-10.0.0.M1
9.2.x
eclipse-collections-parent-9.2.0
eclipse-collections-parent-9.2.0.M1
9.1.x
eclipse-collections-parent-9.1.0
eclipse-collections-parent-9.1.0.M2
eclipse-collections-parent-9.1.0.M1
9.0.x
eclipse-collections-parent-9.0.0
eclipse-collections-parent-9.0.0.M5
eclipse-collections-parent-9.0.0.M4
eclipse-collections-parent-9.0.0.M3
eclipse-collections-parent-9.0.0.M2
eclipse-collections-parent-9.0.0.M1
8.2.x
eclipse-collections-parent-8.2.1
eclipse-collections-parent-8.2.0
8.1.x
eclipse-collections-parent-8.1.0
eclipse-collections-parent-8.1.0-RC
8.0.x
eclipse-collections-parent-8.0.2
eclipse-collections-parent-8.0.1
eclipse-collections-parent-8.0.0
eclipse-collections-parent-8.0.0-M1
7.1.x
eclipse-collections-parent-7.1.2
eclipse-collections-parent-7.1.1
eclipse-collections-parent-7.1.0
7.0.x
eclipse-collections-parent-7.0.3
eclipse-collections-parent-7.0.2
eclipse-collections-parent-7.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.eclipse.collections</groupId>
    <artifactId>eclipse-collections-parent</artifactId>
    <version>12.0.0.M2</version>
</dependency>