Download collections-0.2.1.jar file - Jar c

Jar examples for c:collections

Description

Primitive collections are intended to be more memory efficient than using an List<Number> to store primitive numbers, because it avoids auto-boxing.

You can download jar file collections 0.2.1 in this page.

License

GNU Affero General Public License, Version 3.0

Build File

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

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

Download

Click the following link to download the jar file.

collections-0.2.1.jar
collections-0.2.1.pom
collections-0.2.1-javadoc.jar
collections-0.2.1-sources.jar



Related Tutorials