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
文件下载
文件名 操作
eclipse-collections-parent-9.1.0.M1.pom 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.collections</groupId>
  <artifactId>eclipse-collections-parent</artifactId>
  <version>9.1.0.M1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.collections:eclipse-collections-parent:9.1.0.M1'
Gradle Kotlin
implementation("org.eclipse.collections:eclipse-collections-parent:9.1.0.M1")
Scala SBT
libraryDependencies += "org.eclipse.collections" % "eclipse-collections-parent" % "9.1.0.M1"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.collections', module='eclipse-collections-parent', version='9.1.0.M1')
)
Apache Ivy
<dependency org="org.eclipse.collections" name="eclipse-collections-parent" rev="9.1.0.M1" />
Leiningen
[org.eclipse.collections/eclipse-collections-parent "9.1.0.M1"]
Apache Buildr
'org.eclipse.collections:eclipse-collections-parent:jar:9.1.0.M1'
本项目依赖
该项目无第三方依赖