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 Sirisha Pratha
Files download
File Operation
eclipse-collections-parent-11.1.0.M2.pom download
Apache Maven
<dependency>
  <groupId>org.eclipse.collections</groupId>
  <artifactId>eclipse-collections-parent</artifactId>
  <version>11.1.0.M2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.collections:eclipse-collections-parent:11.1.0.M2'
Gradle Kotlin
implementation("org.eclipse.collections:eclipse-collections-parent:11.1.0.M2")
Scala SBT
libraryDependencies += "org.eclipse.collections" % "eclipse-collections-parent" % "11.1.0.M2"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.collections', module='eclipse-collections-parent', version='11.1.0.M2')
)
Apache Ivy
<dependency org="org.eclipse.collections" name="eclipse-collections-parent" rev="11.1.0.M2" />
Leiningen
[org.eclipse.collections/eclipse-collections-parent "11.1.0.M2"]
Apache Buildr
'org.eclipse.collections:eclipse-collections-parent:jar:11.1.0.M2'
Dependencies
The project has no third-party dependencies