Download collections-0.0.111.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.0.111 in this page.

License

GNU Affero General Public License, Version 3.0

Build File

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

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

Download

Click the following link to download the jar file.

collections-0.0.111-javadoc.jar
collections-0.0.111-sources.jar
collections-0.0.111.jar
collections-0.0.111.pom



Related Tutorials