Download Collections-0.9.2.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.9.2 in this page.

License

GNU Affero General Public License, Version 3.0

Build File

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

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

Download

Click the following link to download the jar file.

Collections-0.9.2-sources.jar
Collections-0.9.2.pom



Related Tutorials