| 组织ID: |
com.microsoft.azure |
| 项目ID: |
azure-eventhubs |
| 版本: |
0.7.2 |
| 最后修改时间: |
2020-04-08 11:55:53 |
| 包类型: |
jar |
| 标题: |
azure-eventhubs |
| 描述: |
Client library for talking to Microsoft Azure Event Hubs.
|
| 相关URL: |
https://github.com/Azure/azure-event-hubs/ |
| 大小: |
135.46KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs</artifactId>
<version>0.7.2</version>
</dependency>
|
| Gradle引入代码: |
com.microsoft.azure:azure-eventhubs:0.7.2
|
| 下载Jar包: |
|
| POM文件内容: |
锘�<?xml version="1.0" encoding="utf-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs</artifactId>
<version>0.7.2</version>
<packaging>jar</packaging>
<name>azure-eventhubs</name>
<description>
Client library for talking to Microsoft Azure Event Hubs.
</description>
<url>https://github.com/Azure/azure-event-hubs/</url>
<developers>
<developer>
<id>microsoft</id>
<name>Microsoft</name>
</developer>
</developers>
<licenses>
<license>
<name>MIT license</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:Azure/azure-event-hubs.git</connection>
<developerConnection>scm:git:git@github.com:Azure/azure-event-hubs.git</developerConnection>
<url>git@github.com:Azure/azure-event-hubs.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>proton-j</artifactId>
<version>0.13.0</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.47</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/MSFTSIG.SF
META-INF/MSFTSIG.RSA
META-INF/maven/com.microsoft.azure/azure-eventhubs/pom.xml
META-INF/maven/com.microsoft.azure/azure-eventhubs/pom.properties
com.microsoft.azure.eventhubs.EventData$SystemProperties.class
com.microsoft.azure.eventhubs.EventData.class
com.microsoft.azure.eventhubs.EventDataUtil$1.class
com.microsoft.azure.eventhubs.EventDataUtil.class
com.microsoft.azure.eventhubs.EventHubClient$1.class
com.microsoft.azure.eventhubs.EventHubClient$2.class
com.microsoft.azure.eventhubs.EventHubClient$3.class
com.microsoft.azure.eventhubs.EventHubClient$4.class
com.microsoft.azure.eventhubs.EventHubClient$5.class
com.microsoft.azure.eventhubs.EventHubClient$6.class
com.microsoft.azure.eventhubs.EventHubClient$7.class
com.microsoft.azure.eventhubs.EventHubClient.class
com.microsoft.azure.eventhubs.PartitionReceiveHandler.class
com.microsoft.azure.eventhubs.PartitionReceiver$1.class
com.microsoft.azure.eventhubs.PartitionReceiver$2.class
com.microsoft.azure.eventhubs.PartitionReceiver$3.class
com.microsoft.azure.eventhubs.PartitionReceiver$4.class
com.microsoft.azure.eventhubs.PartitionReceiver.class
com.microsoft.azure.eventhubs.PartitionSender$1.class
com.microsoft.azure.eventhubs.PartitionSender$2.class
com.microsoft.azure.eventhubs.PartitionSender.class
com.microsoft.azure.servicebus.amqp.AmqpConstants.class
com.microsoft.azure.servicebus.amqp.AmqpErrorCode.class
com.microsoft.azure.servicebus.amqp.AmqpException.class
com.microsoft.azure.servicebus.amqp.BaseLinkHandler.class
com.microsoft.azure.servicebus.amqp.ConnectionHandler.class
com.microsoft.azure.servicebus.amqp.CustomIOHandler.class
com.microsoft.azure.servicebus.amqp.IAmqpConnection.class
com.microsoft.azure.servicebus.amqp.IAmqpLink.class
com.microsoft.azure.servicebus.amqp.IAmqpReceiver.class
com.microsoft.azure.servicebus.amqp.IAmqpSender.class
com.microsoft.azure.servicebus.amqp.ProtonUtil.class
com.microsoft.azure.servicebus.amqp.ReactorHandler.class
com.microsoft.azure.servicebus.amqp.ReceiveLinkHandler.class
com.microsoft.azure.servicebus.amqp.SendLinkHandler.class
com.microsoft.azure.servicebus.amqp.SessionHandler.class
com.microsoft.azure.servicebus.AuthorizationFailedException.class
com.microsoft.azure.servicebus.ClientConstants.class
com.microsoft.azure.servicebus.ClientEntity$1.class
com.microsoft.azure.servicebus.ClientEntity.class
com.microsoft.azure.servicebus.ConnectionStringBuilder.class
com.microsoft.azure.servicebus.ErrorContext.class
com.microsoft.azure.servicebus.ExceptionUtil.class
com.microsoft.azure.servicebus.IConnectionFactory.class
com.microsoft.azure.servicebus.IErrorContextProvider.class
com.microsoft.azure.servicebus.IllegalConnectionStringFormatException.class
com.microsoft.azure.servicebus.IllegalEntityException.class
com.microsoft.azure.servicebus.IteratorUtil.class
com.microsoft.azure.servicebus.ITimeoutErrorHandler.class
com.microsoft.azure.servicebus.MessageReceiver$1.class
com.microsoft.azure.servicebus.MessageReceiver$2.class
com.microsoft.azure.servicebus.MessageReceiver$3.class
com.microsoft.azure.servicebus.MessageReceiver$4.class
com.microsoft.azure.servicebus.MessageReceiver$5.class
com.microsoft.azure.servicebus.MessageReceiver$ReceiveWorkItem.class
com.microsoft.azure.servicebus.MessageReceiver.class
com.microsoft.azure.servicebus.MessageSender$1.class
com.microsoft.azure.servicebus.MessageSender$2.class
com.microsoft.azure.servicebus.MessageSender$3.class
com.microsoft.azure.servicebus.MessageSender$4.class
com.microsoft.azure.servicebus.MessageSender$5.class
com.microsoft.azure.servicebus.MessageSender$6.class
com.microsoft.azure.servicebus.MessageSender.class
com.microsoft.azure.servicebus.MessagingCommunicationException.class
com.microsoft.azure.servicebus.MessagingFactory$1.class
com.microsoft.azure.servicebus.MessagingFactory$2.class
com.microsoft.azure.servicebus.MessagingFactory$RunReactor.class
com.microsoft.azure.servicebus.MessagingFactory.class
com.microsoft.azure.servicebus.OperationCancelledException.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
proton-j-0.13.0.jar
/org.apache.qpid/proton-j/0.13.0
查看proton-j所有版本文件
bcpkix-jdk15on-1.47.jar
/org.bouncycastle/bcpkix-jdk15on/1.47
查看bcpkix-jdk15on所有版本文件
|