e

eclipse-collections-parent

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.
https://github.com/eclipse/eclipse-collections
Eclipse Public License - v 1.0 Eclipse Distribution License - v 1.0
Craig P. Motlin Donald Raab Mohammad A. Rezaei Hiroshi Ito Nikhil J. Nanivadekar
Files download
File Operation
eclipse-collections-parent-8.2.1.pom download
Apache Maven
<dependency>
  <groupId>org.eclipse.collections</groupId>
  <artifactId>eclipse-collections-parent</artifactId>
  <version>8.2.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.collections:eclipse-collections-parent:8.2.1'
Gradle Kotlin
implementation("org.eclipse.collections:eclipse-collections-parent:8.2.1")
Scala SBT
libraryDependencies += "org.eclipse.collections" % "eclipse-collections-parent" % "8.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.collections', module='eclipse-collections-parent', version='8.2.1')
)
Apache Ivy
<dependency org="org.eclipse.collections" name="eclipse-collections-parent" rev="8.2.1" />
Leiningen
[org.eclipse.collections/eclipse-collections-parent "8.2.1"]
Apache Buildr
'org.eclipse.collections:eclipse-collections-parent:jar:8.2.1'
Dependencies
The project has no third-party dependencies