转载

Guava 27.0.1 发布,Google 的 Java 核心工具库

Guava 27.0.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.0.1-jre</version>
  <!-- or, for Android: -->
  <version>27.0.1-android</version>
</dependency>

Javadoc

  • 27.0.1-jre

  • 27.0.1-android

JDiff

  • 27.0.1-jre vs. 27.0-jre

  • 27.0.1-android vs. 27.0-android

  • 27.0.1-android vs. 27.0.1-jre

原文  https://www.oschina.net/news/101969/guava-27-0-1-released
正文到此结束
Loading...