Download google-collect-snapshot-20080530.jar file - Jar g

Jar examples for g:google-collect

Description

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

You can download jar file google-collect snapshot-20080530 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add google-collect-snapshot-20080530.jar to your project.

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

Download

Click the following link to download the jar file.

google-collect-snapshot-20080530.jar
google-collect-snapshot-20080530-javadoc.jar
google-collect-snapshot-20080530.pom
google-collect-snapshot-20080530-sources.jar



Related Tutorials