Download collections-1.0.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 1.0.1 in this page.

License

GNU Affero General Public License, Version 3.0

Build File

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

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

Download

Click the following link to download the jar file.

collections-1.0.1-javadoc.jar
collections-1.0.1-sources.jar
collections-1.0.1.pom



Related Tutorials