Download eclipse-collections-7.1.1.jar file - Jar e

Jar examples for e:eclipse-collections

Description

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 7.1.1 in this page.

License

Eclipse Public License - v 1.0

Build File

You can use the following script to add eclipse-collections-7.1.1.jar to your project.

<dependency>
   <groupId>org.eclipse.collections</groupId>
   <artifactId>eclipse-collections</artifactId>
   <version>7.1.1</version>
</dependency>
compile group: 'org.eclipse.collections', name: 'eclipse-collections', version: '7.1.1'
libraryDependencies += "org.eclipse.collections" % "eclipse-collections" % "7.1.1"
<dependency org="org.eclipse.collections" name="eclipse-collections" rev="7.1.1"/>
@Grapes(@Grab(group='org.eclipse.collections', module='eclipse-collections', version='7.1.1'))
'org.eclipse.collections:eclipse-collections:jar:7.1.1'

Download

Click the following link to download the jar file.

eclipse-collections-7.1.1-javadoc.jar
eclipse-collections-7.1.1-sources.jar
eclipse-collections-7.1.1.jar
eclipse-collections-7.1.1.pom



Related Tutorials