Download collections-0.1-guava-draft.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.1-guava-draft in this page.

License

GNU Affero General Public License, Version 3.0

Build File

You can use the following script to add collections-0.1-guava-draft.jar to your project.

<dependency>
   <groupId>com.github.vedenin.atoms</groupId>
   <artifactId>collections</artifactId>
   <version>0.1-guava-draft</version>
</dependency>
compile group: 'com.github.vedenin.atoms', name: 'collections', version: '0.1-guava-draft'
libraryDependencies += "com.github.vedenin.atoms" % "collections" % "0.1-guava-draft"
<dependency org="com.github.vedenin.atoms" name="collections" rev="0.1-guava-draft"/>
@Grapes(@Grab(group='com.github.vedenin.atoms', module='collections', version='0.1-guava-draft'))
'com.github.vedenin.atoms:collections:jar:0.1-guava-draft'

Download

Click the following link to download the jar file.

collections-0.1-guava-draft-javadoc.jar
collections-0.1-guava-draft-sources.jar
collections-0.1-guava-draft.jar
collections-0.1-guava-draft.pom



Related Tutorials