Jar examples for e:eclipse-collections
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.
You can download jar file eclipse-collections 9.0.0.M5 in this page.
Eclipse Public License - v 1.0
You can use the following script to add eclipse-collections-9.0.0.M5.jar to your project.
<dependency> <groupId>org.eclipse.collections</groupId> <artifactId>eclipse-collections</artifactId> <version>9.0.0.M5</version> </dependency>
compile group: 'org.eclipse.collections', name: 'eclipse-collections', version: '9.0.0.M5'
libraryDependencies += "org.eclipse.collections" % "eclipse-collections" % "9.0.0.M5"
<dependency org="org.eclipse.collections" name="eclipse-collections" rev="9.0.0.M5"/>
@Grapes(@Grab(group='org.eclipse.collections', module='eclipse-collections', version='9.0.0.M5'))
'org.eclipse.collections:eclipse-collections:jar:9.0.0.M5'
Click the following link to download the jar file.
eclipse-collections-9.0.0.M5-javadoc.jar