Download collections-0.0.110.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.110 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.110.jar to your project.

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

Download

Click the following link to download the jar file.

collections-0.0.110-javadoc.jar
collections-0.0.110-sources.jar
collections-0.0.110.jar
collections-0.0.110.pom



Related Tutorials