Download google-collections-0.8.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 0.8 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

google-collections-0.8-javadoc.jar
google-collections-0.8-sources.jar
google-collections-0.8.jar
google-collections-0.8.pom



Related Tutorials