Saturday, May 31, 2008

Google Collections now in Maven repository

(This blog has been dead for like forever - so many draft entries that were never turned to posts over the last year, but *shrug*)

Google Collections has now been mavenized, or to be more precise - the artifacts are present in the maven repository. Check out Maven Repo1 and the issue that reports this.

Just add the below to your <project>.pom and you are good to go.



<dependency>
<groupId>com.google.code.google-collections</groupId>
<artifactId>google-collect</artifactId>
<version>snapshot-20080321</version>
</dependency>






(Google collection's is like the Apache commons collections but generified)

No comments: