반응형
Guava 라이브러리는 구글에서 서비스하는 자바프로젝트에 기본적으로 사용되는 Core 라이브러리로 웹,안드로이드 플랫폼, GWT등등에 사용되고 있다.
Guava: Google Core Libraries for Java 1.6+
The Guava project contains several of Google's core libraries that we rely on in our Java-based projects: collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth.
The latest release is 13.0, released August 3, 2012.
Start using Guava
You can download a JAR at:
- guava-13.0.jar
- guava-gwt-13.0.jar (for GWT users)
Guava is also available in Maven Central under the following identifiers:
- com.google.guava:guava:13.0
- com.google.guava:guava-gwt:13.0 (for GWT users)
Learn more about how to UseGuavaInYourBuild.
Please see the 13.0 release notes for more details about this release.
Learn about Guava
- Our users' guide, GuavaExplained
- Browse API docs for the most recent release
- Browse API diffs for the most recent release
- Presentation slides focusing on base, primitives, and io
- Presentation slides focusing on cache
- Presentation slides focusing on util.concurrent
- A nice collection of other helpful links
반응형
'프로그래밍 > Web' 카테고리의 다른 글
[HTML5] HTML5CENTER - sourceforge, CSS3, Geolocation... (0) | 2012.08.20 |
---|---|
[PHP] 코드이그나이터 CodeIgniter (1) | 2012.08.13 |
모바일 프레임워크 비교 사이트 (0) | 2012.08.09 |
모바일 웹/앱 -> 웹앱 (0) | 2012.08.08 |
RestFB , fHalo - 페이스북 그래픽 API Explorer (0) | 2012.08.08 |