博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Guava 27.1 正式发布,Google 的 Java 核心工具库
阅读量:6505 次
发布时间:2019-06-24

本文共 896 字,大约阅读时间需要 2 分钟。

  hot3.png

Google 的 Java 核心工具库 。

Guava 是 Google 的一个开源项目,包含许多 Google 核心 Java 常用库,如:集合 [collections] 、缓存 [caching] 、原生类型支持 [primitives support] 、并发库 [concurrency libraries] 、通用注解 [common annotations] 、字符串处理 [string processing] 与 I/O 等。

Maven

com.google.guava
guava
27.1-jre
27.1-android

Javadoc

JDiff

变更日志

  • 从 GWT 2.8.2 中移除了不再需要的 GWT 模拟器。这意味着使用此版本的 Guava 的 GWT 项目必须使用 GWT 2.8.2 或更高版本。()
  • 为 Guava 创建了一个 BOM (new guava-bom artifact). ()
  • 从许多常用的 API 中移除 @Beta ()
  • net: Added Sec-Fetch headers to HttpHeaders. ()
  • net: Added SourceMap header to HttpHeaders ()
  • net: Added MediaType for "application/jose" and "application/jose+json". ()
  • 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. ()

转载地址:http://gvqyo.baihongyu.com/

你可能感兴趣的文章
移动端网页布局中需要注意事项以及解决方法总结
查看>>
(原创)Linux下查看系统版本号信息的方法
查看>>
oracle
查看>>
我也要谈谈大型网站架构之系列(2)——纵观历史演变(下)
查看>>
大话设计模式(Golang) 二、策略模式
查看>>
使用PostgreSQL 9.6 架设mediawiki服务器
查看>>
数据库服务器硬件对性能的影响
查看>>
LVM
查看>>
php 几个比较实用的函数
查看>>
(译)OpenGL ES2.0 – Iphone开发指引
查看>>
@RestController 与 @RequestMapping
查看>>
黑马程序员.bobo.DAY.1
查看>>
Unity shader 官网文档全方位学习(二)
查看>>
pbrun
查看>>
浏览器加载和渲染网页顺序
查看>>
深入剖析Android系统试读样章
查看>>
yaf的安装
查看>>
比较java与C++的不同
查看>>
Twitter Storm入门
查看>>
Ansible自动化运维配置与应用(结合实例)
查看>>