maven repo中有guava-libraries吗?

时间:2022-06-25 20:47:30

I am looking to find guava-libraries in maven repository. It looks like guava is adding more features to google-collections library.

我期待在maven存储库中找到guava-libraries。看起来guava正在为google-collections库添加更多功能。

6 个解决方案

#1


156  

Starting from r03, Guava releases may be found in the central Maven repository.

从r03开始,可以在Maven*存储库中找到Guava版本。

You may include Guava by adding the following dependency to your POM:

您可以通过向POM添加以下依赖项来包含Guava:

<dependency>
    <groupId>com.google.guava</groupId>
    <artifactId>guava</artifactId>
    <version>23.0</version>
</dependency>

Note: the above version number may be outdated when you read this. To know the latest available version, you may look here

注意:阅读本文时,上述版本号可能已过时。要了解最新版本,您可以在此处查看

Version updated on 19th Oct 2017.

版本于2017年10月19日更新。

#2


10  

Bintray's JCenter is a superset of Maven Central as includes libraries from various repositories. Here's Google Guava.

Bintray的JCenter是Maven Central的超集,包括来自各种存储库的库。这是谷歌番石榴。

You can click on "Set me up!" to get the instructions on how to configure your build tool to resolve from JCenter and on the "i" on a jar file to get the dependency declaration for your build tool.

你可以点击“设置我!”获取有关如何配置构建工具以从JCenter和jar文件中的“i”解析以获取构建工具的依赖性声明的说明。

You can also become a watcher to get notifications on new versions.

您还可以成为观察者以获取有关新版本的通知。

#3


6  

mvnrepository is your friend. It has an index of maven repository space with maven, ivy and other details about artifacts.

mvnrepository是你的朋友。它有一个maven存储库空间的索引,包含maven,ivy和其他有关工件的细节。

#4


0  

You can find all guava maven repositories here: http://mvnrepository.com/artifact/com.google.guava

您可以在此处找到所有番石榴maven存储库:http://mvnrepository.com/artifact/com.google.guava

#5


0  

Find latest guava(version 17.0) maven repositories http://mvnrepository.com/artifact/com.google.guava/guava/17.0

查找最新的guava(版本17.0)maven存储库http://mvnrepository.com/artifact/com.google.guava/guava/17.0

#6


-1  

Guava: Google Core Libraries For Java: https://mvnrepository.com/artifact/com.google.guava/guava

Guava:适用于Java的Google核心库:https://mvnrepository.com/artifact/com.google.guava/guava

#1


156  

Starting from r03, Guava releases may be found in the central Maven repository.

从r03开始,可以在Maven*存储库中找到Guava版本。

You may include Guava by adding the following dependency to your POM:

您可以通过向POM添加以下依赖项来包含Guava:

<dependency>
    <groupId>com.google.guava</groupId>
    <artifactId>guava</artifactId>
    <version>23.0</version>
</dependency>

Note: the above version number may be outdated when you read this. To know the latest available version, you may look here

注意:阅读本文时,上述版本号可能已过时。要了解最新版本,您可以在此处查看

Version updated on 19th Oct 2017.

版本于2017年10月19日更新。

#2


10  

Bintray's JCenter is a superset of Maven Central as includes libraries from various repositories. Here's Google Guava.

Bintray的JCenter是Maven Central的超集,包括来自各种存储库的库。这是谷歌番石榴。

You can click on "Set me up!" to get the instructions on how to configure your build tool to resolve from JCenter and on the "i" on a jar file to get the dependency declaration for your build tool.

你可以点击“设置我!”获取有关如何配置构建工具以从JCenter和jar文件中的“i”解析以获取构建工具的依赖性声明的说明。

You can also become a watcher to get notifications on new versions.

您还可以成为观察者以获取有关新版本的通知。

#3


6  

mvnrepository is your friend. It has an index of maven repository space with maven, ivy and other details about artifacts.

mvnrepository是你的朋友。它有一个maven存储库空间的索引,包含maven,ivy和其他有关工件的细节。

#4


0  

You can find all guava maven repositories here: http://mvnrepository.com/artifact/com.google.guava

您可以在此处找到所有番石榴maven存储库:http://mvnrepository.com/artifact/com.google.guava

#5


0  

Find latest guava(version 17.0) maven repositories http://mvnrepository.com/artifact/com.google.guava/guava/17.0

查找最新的guava(版本17.0)maven存储库http://mvnrepository.com/artifact/com.google.guava/guava/17.0

#6


-1  

Guava: Google Core Libraries For Java: https://mvnrepository.com/artifact/com.google.guava/guava

Guava:适用于Java的Google核心库:https://mvnrepository.com/artifact/com.google.guava/guava