Guava 25.0 officially released, Google's Java core tool library

[Tencent Cloud] 0 basic website template starting from 9 yuan! >>>  

Guava 25.0 has been released with the following updates:

More details can be found in the release list

Guava is an open source project of Google, which contains many Google core Java libraries, such as: collection [collections], cache [caching], native type support [primitives support], concurrency library [concurrency libraries], common annotations [common annotations] , string processing [string processing], I/O, etc.

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>25.0-jre</version>
  <!-- or, for Android: -->
  <version>25.0-android</version>
</dependency>

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324999074&siteId=291194637