Guava 27.1 正式发布,Google 的 Java 核心工具库

栏目: 软件资讯 · 发布时间: 5年前

内容简介:Google 的 Java 核心工具库 Guava 27.1 已于昨天正式发布。 Guava 是 Google 的一个开源项目,包含许多 Google 核心 Java 常用库,如:集合 [collections] 、缓存 [caching] 、原生类型支持 [primitives support]...

Google 的 Java 核心 工具 库 Guava 27.1 已于昨天正式发布

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>27.1-jre</version>
  <!-- or, for Android: -->
  <version>27.1-android</version>
</dependency>

Javadoc

JDiff

变更日志

  • 从 GWT 2.8.2 中移除了不再需要的 GWT 模拟器。这意味着使用此版本的 Guava 的 GWT 项目必须使用 GWT 2.8.2 或更高版本。(5f35072)
  • 为 Guava 创建了一个 BOM (new guava-bom artifact). (0e59641)
  • 从许多常用的 API 中移除 @Beta (6242bdd)
  • net: Added Sec-Fetch headers to HttpHeaders. (673b243)
  • net: Added SourceMap header to HttpHeaders (a99c15f)
  • net: Added MediaType for "application/jose" and "application/jose+json". (d416e04)
  • graph: Added overloads to methods accepting pairs of nodes to also accept EndpointPair; changed behavior of *Graph.edges().contains() to allow undirected graphs to accept ordered EndpointPairs. (af3ee1c)

以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Machine Learning

Machine Learning

Kevin Murphy / The MIT Press / 2012-9-18 / USD 90.00

Today's Web-enabled deluge of electronic data calls for automated methods of data analysis. Machine learning provides these, developing methods that can automatically detect patterns in data and then ......一起来看看 《Machine Learning》 这本书的介绍吧!

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具