Download google-collections-1.0-rc4.jar file - Jar g

Jar examples for g:google-collections

Description

Google Collections Library is a suite of new collections and collection-related goodness for Java 5.0

You can download jar file google-collections 1.0-rc4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add google-collections-1.0-rc4.jar to your project.

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

Download

Click the following link to download the jar file.

google-collections-1.0-rc4.jar
google-collections-1.0-rc4-javadoc.jar
google-collections-1.0-rc4.pom
google-collections-1.0-rc4-sources.jar



Related Tutorials