Download collections-3.0.3.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.0.3 in this page.

License

GNU Affero General Public License, Version 3.0

Build File

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

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

Download

Click the following link to download the jar file.

collections-3.0.3-javadoc.jar
collections-3.0.3-sources.jar
collections-3.0.3.jar
collections-3.0.3.pom



Related Tutorials