본문 바로가기

Guava

아는 사람들은 다 아는 Guava 나도 써보자!!!

http://code.google.com/p/guava-libraries/wiki/UseGuavaInYourBuild --> 참고


http://docs.guava-libraries.googlecode.com/git-history/release/javadoc/index.html


메이븐에서 사용하기

<dependency>
   
<groupId>com.google.guava</groupId>
   
<artifactId>guava</artifactId>
   
<version>12.0</version>
</dependency>