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