Google 的 Java 常用类库,Guava 19.0 正式发布

jopen 8年前

Guava工程包含了若干被Google的 Java项目广泛依赖 的核心库,例如:集合 [collections] 、缓存 [caching] 、原生类型支持 [primitives support] 、并发库 [concurrency libraries] 、通用注解 [common annotations] 、字符串处理 [string processing] 、I/O 等等。 所有这些工具每天都在被Google的工程师应用在产品服务中。

Guava 19.0 正式发布,Google 的 Java 常用类库

详细改进内容请看:https://github.com/google/guava/compare/v19.0...master

或者这里:https://github.com/google/guava/wiki/Release19 

下载:https://github.com/google/guava/archive/v19.0.zip


目前主要包含:

  • com.google.common.annotations

  • com.google.common.base

  • com.google.common.collect

  • com.google.common.io

  • com.google.common.net

  • com.google.common.primitives

  • com.google.common.util.concurrent