我正在研究与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;