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

License

GNU Affero General Public License, Version 3.0

Build File

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

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

Download

Click the following link to download the jar file.

collections-3.2.2-javadoc.jar
collections-3.2.2-sources.jar
collections-3.2.2.jar
collections-3.2.2.pom



Related Tutorials