Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Guava 23.6 发布,Google 的 Java 核心库 #142

Open
venusdrogon opened this issue Dec 26, 2017 · 0 comments
Open

Guava 23.6 发布,Google 的 Java 核心库 #142

venusdrogon opened this issue Dec 26, 2017 · 0 comments
Assignees

Comments

@venusdrogon
Copy link
Owner

Guava 23.6 已发布,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>23.6-jre</version>
  <!-- or, for Android: -->
  <version>23.6-android</version>
</dependency>

下载地址:

Source code (zip)

Source code (tar.gz)

相关链接
Guava 的详细介绍:点击查看
Guava 的下载地址:点击下载

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant