Jar examples for c:collections
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.
GNU Affero General Public License, Version 3.0
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'
Click the following link to download the jar file.
collections-0.1-guava-draft-javadoc.jar