Guava 25.0 已发布,更新如下:
- 修复了使用 Guava 和反序列化攻击者数据的服务器 DoS 漏洞 CVE-2018-10237 (f89ece5)
cache: 将java.time.Duration重载(overload) 添加至CacheBuilder(9bf6d95)io: 移除已弃用的Files.fileTreeTraverser()和MoreFiles.directoryTreeTraverser()(ce6d93c)
更多细节可查阅发行列表
Guava 是 Google 的一个开源项目,包含许多 Google 核心的 Java 常用库,如:集合 [collections] 、缓存 [caching] 、原生类型支持 [primitives support] 、并发库 [concurrency libraries] 、通用注解 [common annotations] 、字符串处理 [string processing] 、I/O 等等。
Maven
<dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>25.0-jre</version> <!-- or, for Android: --> <version>25.0-android</version> </dependency>
继续阅读与本文标签相同的文章
上一篇 :
webpack打包非模块化js的方法
下一篇 :
C# 中使用正则表达式匹配字符的含义
-
Windows 7,失去官方安全补丁,被攻击风险将大幅度提升
2026-05-18栏目: 教程
-
首发!特斯拉“撞车实验室”内景图来了!
2026-05-18栏目: 教程
-
这3大医疗咨询APP开发优势,你了解吗?
2026-05-18栏目: 教程
-
众创空间WeWork暂停中国扩张:大中华区已是第三大市场
2026-05-18栏目: 教程
-
创建人物百科,怎么创建人物百科词条?
2026-05-18栏目: 教程
