Download Collections-0.8.0.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.8.0 in this page.

License

GNU Affero General Public License, Version 3.0

Build File

You can use the following script to add Collections-0.8.0.jar to your project.

<dependency>
   <groupId>org.apache.flex.flexjs.framework</groupId>
   <artifactId>Collections</artifactId>
   <version>0.8.0</version>
</dependency>
compile group: 'org.apache.flex.flexjs.framework', name: 'Collections', version: '0.8.0'
libraryDependencies += "org.apache.flex.flexjs.framework" % "Collections" % "0.8.0"
<dependency org="org.apache.flex.flexjs.framework" name="Collections" rev="0.8.0"/>
@Grapes(@Grab(group='org.apache.flex.flexjs.framework', module='Collections', version='0.8.0'))
'org.apache.flex.flexjs.framework:Collections:jar:0.8.0'

Download

Click the following link to download the jar file.

Collections-0.8.0-sources.jar
Collections-0.8.0.pom



Related Tutorials