Download collections-0.3.2.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.3.2 in this page.

License

GNU Affero General Public License, Version 3.0

Build File

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

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

Download

Click the following link to download the jar file.

collections-0.3.2-javadoc.jar
collections-0.3.2-sources.jar
collections-0.3.2.jar
collections-0.3.2.pom



Related Tutorials