Download collection-core-1.11.jar file - Jar c

Jar examples for c:collection-core

Description

Implementation of the collection facilities.

You can download jar file collection-core 1.11 in this page.

Build File

You can use the following script to add collection-core-1.11.jar to your project.

<dependency>
   <groupId>fr.matthieu-vergne</groupId>
   <artifactId>collection-core</artifactId>
   <version>1.11</version>
</dependency>
compile group: 'fr.matthieu-vergne', name: 'collection-core', version: '1.11'
libraryDependencies += "fr.matthieu-vergne" % "collection-core" % "1.11"
<dependency org="fr.matthieu-vergne" name="collection-core" rev="1.11"/>
@Grapes(@Grab(group='fr.matthieu-vergne', module='collection-core', version='1.11'))
'fr.matthieu-vergne:collection-core:jar:1.11'

Download

Click the following link to download the jar file.

collection-core-1.11-javadoc.jar
collection-core-1.11-sources.jar
collection-core-1.11.jar
collection-core-1.11.pom



Related Tutorials