无法下载与Azure Eventhubs相关的依赖项

时间:2019-06-05 17:18:40

标签: java

我正在研究与Azure事件中心发送和接收事件相关的POC,但无法通过Maven下载Microsoft Azure Azure事件集依赖,请在这里提供帮助。

我的pom.xml如下所示:

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-eventhubs</artifactId>
    <version>2.2.0</version>
</dependency>

仍然无法导入以下商品。

import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.microsoft.azure.eventhubs.ConnectionStringBuilder;
import com.microsoft.azure.eventhubs.EventData;
import com.microsoft.azure.eventhubs.EventHubClient;
import com.microsoft.azure.eventhubs.EventHubException;

0 个答案:

没有答案