| 组织ID: |
com.microsoft.azure |
| 项目ID: |
azure-eventhubs |
| 版本: |
3.1.1 |
| 最后修改时间: |
2020-04-09 17:58:20 |
| 包类型: |
jar |
| 标题: |
Microsoft Azure SDK for Event Hubs |
| 描述: |
Libraries built on Microsoft Azure Event Hubs |
| 大小: |
297.10KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs</artifactId>
<version>3.1.1</version>
</dependency>
|
| Gradle引入代码: |
com.microsoft.azure:azure-eventhubs:3.1.1
|
| 下载Jar包: |
|
| POM文件内容: |
<!-- Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License. -->
<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/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-data-sdk-parent</artifactId>
<version>1.3.0</version> <!-- {x-version-update;com.azure:azure-data-sdk-parent;current} -->
<relativePath>../../../pom.data.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs</artifactId>
<version>3.1.1</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
<name>Microsoft Azure SDK for Event Hubs</name>
<description>Libraries built on Microsoft Azure Event Hubs</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>
<distributionManagement>
<site>
<id>azure-java-build-docs</id>
<url>${site.url}/site/${project.artifactId}</url>
</site>
</distributionManagement>
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
</scm>
<dependencies>
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>proton-j</artifactId>
<version>0.33.2</version> <!-- {x-version-update;org.apache.qpid:proton-j;external_dependency} -->
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>qpid-proton-j-extensions</artifactId>
<version>1.2.2</version> <!-- {x-version-update;com.microsoft.azure:qpid-proton-j-extensions;external_dependency} -->
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.28</version> <!-- {x-version-update;org.slf4j:slf4j-api;external_dependency} -->
</dependency>
<!-- Explicitly list this as a compile dependency because in parent/pom.xml, this is a test dependency. -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-authentication</artifactId>
<version>1.7.2</version> <!-- {x-version-update;com.microsoft.azure:azure-client-authentication;external_dependency} -->
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>6.0.1</version> <!-- {x-version-update;com.nimbusds:nimbus-jose-jwt;external_dependency} -->
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13-beta-3</version> <!-- {x-version-update;junit:junit;external_dependency} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.25</version> <!-- {x-version-update;org.slf4j:slf4j-simple;external_dependency} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>1.3.0</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>adal4j</artifactId>
<version>1.6.5</version> <!-- {x-version-update;com.microsoft.azure:adal4j;external_dependency} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.0.0</version> <!-- {x-version-update;org.mockito:mockito-core;external_dependency} -->
<scope>test</scope>
</dependency>
</dependencies>
<!-- <build>-->
<!-- <plugins>-->
<!-- <!– Now that all checkstyle issues have been resolved, override the-->
<!-- default behavior to make checkstyle fail on error and violation. –>-->
<!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <artifactId>maven-checkstyle-plugin</artifactId>-->
<!-- <version>3.1.0</version>--> <!-- {x-version-update;org.apache.maven.plugins:maven-checkstyle-plugin;external_dependency} -->
<!-- <configuration>-->
<!-- <failsOnError>true</failsOnError>-->
<!-- <failOnViolation>true</failOnViolation>-->
<!-- </configuration>-->
<!-- </plugin>-->
<!-- </plugins>-->
<!-- </build>-->
</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.ManagedIdentityTokenProvider.class
com.microsoft.azure.eventhubs.ProxyConfiguration$ProxyAuthenticationType.class
com.microsoft.azure.eventhubs.ServerBusyException.class
com.microsoft.azure.eventhubs.EventHubClient.class
com.microsoft.azure.eventhubs.TransportType.class
com.microsoft.azure.eventhubs.EventData.class
com.microsoft.azure.eventhubs.RetryPolicy.class
com.microsoft.azure.eventhubs.ReceiverRuntimeInformation.class
com.microsoft.azure.eventhubs.EventHubException.class
com.microsoft.azure.eventhubs.PartitionSender.class
com.microsoft.azure.eventhubs.PayloadSizeExceededException.class
com.microsoft.azure.eventhubs.BatchOptions.class
com.microsoft.azure.eventhubs.EventHubClientOptions.class
com.microsoft.azure.eventhubs.EventDataBatch.class
com.microsoft.azure.eventhubs.TimeoutException.class
com.microsoft.azure.eventhubs.AuthorizationFailedException.class
com.microsoft.azure.eventhubs.EventHubRuntimeInformation.class
com.microsoft.azure.eventhubs.ConnectionStringBuilder.class
com.microsoft.azure.eventhubs.ReceiverDisconnectedException.class
com.microsoft.azure.eventhubs.QuotaExceededException.class
com.microsoft.azure.eventhubs.JsonSecurityToken.class
com.microsoft.azure.eventhubs.EventPosition.class
com.microsoft.azure.eventhubs.AzureActiveDirectoryTokenProvider.class
com.microsoft.azure.eventhubs.PartitionReceiveHandler.class
com.microsoft.azure.eventhubs.ITokenProvider.class
com.microsoft.azure.eventhubs.CommunicationException.class
com.microsoft.azure.eventhubs.impl.AmqpErrorCode.class
com.microsoft.azure.eventhubs.impl.AmqpLink.class
com.microsoft.azure.eventhubs.impl.ReceiveLinkHandler.class
com.microsoft.azure.eventhubs.impl.MessagingFactory.class
com.microsoft.azure.eventhubs.impl.MessageOperationResult.class
com.microsoft.azure.eventhubs.impl.ClientEntity.class
com.microsoft.azure.eventhubs.impl.OperationResultBase.class
com.microsoft.azure.eventhubs.impl.EventDataUtil.class
com.microsoft.azure.eventhubs.impl.MessageReceiver.class
com.microsoft.azure.eventhubs.impl.AmqpUtil.class
com.microsoft.azure.eventhubs.impl.EventHubClientImpl$2.class
com.microsoft.azure.eventhubs.impl.AmqpReceiver.class
com.microsoft.azure.eventhubs.impl.ProtonUtil.class
com.microsoft.azure.eventhubs.impl.SharedAccessSignatureTokenProvider.class
com.microsoft.azure.eventhubs.impl.MessageReceiver$5.class
com.microsoft.azure.eventhubs.impl.EventHubClientImpl.class
com.microsoft.azure.eventhubs.impl.ReactorDispatcher$DelayHandler.class
com.microsoft.azure.eventhubs.impl.MessageSender$9.class
com.microsoft.azure.eventhubs.impl.SessionProvider.class
com.microsoft.azure.eventhubs.impl.ExceptionUtil$SyncFactory.class
com.microsoft.azure.eventhubs.impl.FaultTolerantObject$2$1.class
com.microsoft.azure.eventhubs.impl.EventHubClientImpl$6.class
com.microsoft.azure.eventhubs.impl.MessagingFactory$RunReactor.class
com.microsoft.azure.eventhubs.impl.AmqpResponseCode.class
com.microsoft.azure.eventhubs.impl.MessagingFactory$ReactorFactory.class
com.microsoft.azure.eventhubs.impl.MessageSender$10.class
com.microsoft.azure.eventhubs.impl.ReceiverSettingsProvider.class
com.microsoft.azure.eventhubs.impl.SchedulerProvider.class
com.microsoft.azure.eventhubs.impl.CustomIOHandler.class
com.microsoft.azure.eventhubs.impl.FaultTolerantObject$1.class
com.microsoft.azure.eventhubs.impl.WebSocketConnectionHandler.class
com.microsoft.azure.eventhubs.impl.PartitionSenderImpl.class
com.microsoft.azure.eventhubs.impl.SessionHandler.class
com.microsoft.azure.eventhubs.impl.EventHubClientImpl$7.class
com.microsoft.azure.eventhubs.impl.MessageReceiver$8.class
com.microsoft.azure.eventhubs.impl.ConnectionHandler.class
com.microsoft.azure.eventhubs.impl.MessagingFactory$CloseWork$1.class
com.microsoft.azure.eventhubs.impl.ReceiveLinkHandler$1.class
com.microsoft.azure.eventhubs.impl.MessageReceiver$4.class
com.microsoft.azure.eventhubs.impl.ReplayableWorkItem.class
com.microsoft.azure.eventhubs.impl.MessageReceiver$11.class
com.microsoft.azure.eventhubs.impl.FaultTolerantObject$1$1.class
com.microsoft.azure.eventhubs.impl.WebSocketProxyConnectionHandler$1.class
com.microsoft.azure.eventhubs.impl.MessageSender$SendTimeout.class
com.microsoft.azure.eventhubs.impl.IOObject$IOObjectState.class
com.microsoft.azure.eventhubs.impl.FaultTolerantObject$2.class
com.microsoft.azure.eventhubs.impl.PartitionReceiverImpl$1.class
com.microsoft.azure.eventhubs.impl.IOObject.class
com.microsoft.azure.eventhubs.impl.DispatchHandler.class
com.microsoft.azure.eventhubs.impl.ReactorDispatcher$CloseHandler.class
com.microsoft.azure.eventhubs.impl.TrackingUtil.class
com.microsoft.azure.eventhubs.impl.TimeoutTracker.class
com.microsoft.azure.eventhubs.impl.EventHubClientImpl$4.class
com.microsoft.azure.eventhubs.impl.MessageSender$12.class
com.microsoft.azure.eventhubs.impl.MessageReceiver$2$1.class
com.microsoft.azure.eventhubs.impl.BaseLinkHandler.class
com.microsoft.azure.eventhubs.impl.ReactorDispatcher$1.class
com.microsoft.azure.eventhubs.impl.PassByRef.class
com.microsoft.azure.eventhubs.impl.IteratorUtil.class
com.microsoft.azure.eventhubs.impl.EventDataBatchImpl.class
com.microsoft.azure.eventhubs.impl.EventDataImpl.class
com.microsoft.azure.eventhubs.impl.MessageReceiver$10.class
com.microsoft.azure.eventhubs.impl.MessageSender$2$1.class
com.microsoft.azure.eventhubs.impl.FaultTolerantObject.class
com.microsoft.azure.eventhubs.impl.SendLinkHandler.class
com.microsoft.azure.eventhubs.impl.MessageSender$WeightedDeliveryTag.class
com.microsoft.azure.eventhubs.impl.Operation.class
com.microsoft.azure.eventhubs.impl.ErrorContextProvider.class
com.microsoft.azure.eventhubs.impl.RequestResponseOpener$2.class
com.microsoft.azure.eventhubs.impl.MessageSender$5.class
com.microsoft.azure.eventhubs.impl.ReactorHandler.class
com.microsoft.azure.eventhubs.impl.MessageReceiver$1.class
com.microsoft.azure.eventhubs.impl.MessageSender$6.class
com.microsoft.azure.eventhubs.impl.MessageSender$11.class
com.microsoft.azure.eventhubs.impl.ReceivePump$IPartitionReceiver.class
com.microsoft.azure.eventhubs.impl.ExceptionUtil$SyncFactoryWithIOException.class
com.microsoft.azure.eventhubs.impl.AmqpConstants.class
com.microsoft.azure.eventhubs.impl.Timer$ScheduledTask.class
com.microsoft.azure.eventhubs.impl.ReceiverContext.class
com.microsoft.azure.eventhubs.impl.MessagingFactory$MessagingFactoryBuilder.class
com.microsoft.azure.eventhubs.impl.RequestResponseOpener$1.class
com.microsoft.azure.eventhubs.impl.PartitionSenderImpl$2.class
com.microsoft.azure.eventhubs.impl.AmqpConstants$1.class
com.microsoft.azure.eventhubs.impl.RequestResponseChannel$1.class
com.microsoft.azure.eventhubs.EventData$SystemProperties.class
com.microsoft.azure.eventhubs.ProxyConfiguration.class
com.microsoft.azure.eventhubs.OperationCancelledException.class
com.microsoft.azure.eventhubs.ErrorContext.class
com.microsoft.azure.eventhubs.IllegalConnectionStringFormatException.class
com.microsoft.azure.eventhubs.PartitionRuntimeInformation.class
com.microsoft.azure.eventhubs.IllegalEntityException.class
com.microsoft.azure.eventhubs.AzureActiveDirectoryTokenProvider$AuthenticationCallback.class
com.microsoft.azure.eventhubs.PartitionReceiver.class
com.microsoft.azure.eventhubs.SecurityToken.class
com.microsoft.azure.eventhubs.ReceiverOptions.class
com.microsoft.azure.eventhubs.impl.ExceptionUtil$SyncFactoryVoid.class
com.microsoft.azure.eventhubs.impl.ExceptionUtil$SyncFactoryWithIllegalArgException.class
com.microsoft.azure.eventhubs.impl.RequestResponseCloser.class
com.microsoft.azure.eventhubs.impl.MessageReceiver$3.class
com.microsoft.azure.eventhubs.impl.RequestResponseChannel$ResponseHandler.class
com.microsoft.azure.eventhubs.impl.AmqpConnection.class
com.microsoft.azure.eventhubs.impl.MessageSender$DeliveryTagComparator.class
com.microsoft.azure.eventhubs.impl.MessageSender.class
com.microsoft.azure.eventhubs.impl.EventHubClientImpl$ManagementRetry.class
com.microsoft.azure.eventhubs.impl.PartitionReceiverImpl$3.class
com.microsoft.azure.eventhubs.impl.RequestResponseChannel$RequestHandler.class
com.microsoft.azure.eventhubs.impl.ReceivePump.class
com.microsoft.azure.eventhubs.impl.MessageSender$7.class
com.microsoft.azure.eventhubs.impl.EventHubClientImpl$5.class
com.microsoft.azure.eventhubs.impl.ReactorDispatcher.class
com.microsoft.azure.eventhubs.impl.ActiveClientTokenManager$TimerCallback.class
com.microsoft.azure.eventhubs.impl.MessagingFactory$CloseWork.class
com.microsoft.azure.eventhubs.impl.ManagementChannel$1.class
com.microsoft.azure.eventhubs.impl.MessageWrapper.class
com.microsoft.azure.eventhubs.impl.MessagingFactory$ReactorHandlerWithConnection.class
com.microsoft.azure.eventhubs.impl.MessageSender$8.class
com.microsoft.azure.eventhubs.impl.MessageReceiver$ReceiveWork.class
com.microsoft.azure.eventhubs.impl.PartitionReceiverImpl.class
com.microsoft.azure.eventhubs.impl.AmqpException.class
com.microsoft.azure.eventhubs.impl.ExceptionUtil.class
com.microsoft.azure.eventhubs.impl.EventHubClientImpl$1.class
com.microsoft.azure.eventhubs.impl.PartitionSenderImpl$1.class
com.microsoft.azure.eventhubs.impl.MessagingFactory$RunReactor$1.class
com.microsoft.azure.eventhubs.impl.MessageReceiver$7.class
com.microsoft.azure.eventhubs.impl.StringUtil.class
com.microsoft.azure.eventhubs.impl.WorkItem.class
com.microsoft.azure.eventhubs.impl.RetryExponential.class
com.microsoft.azure.eventhubs.impl.ClientEntity$1.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
proton-j-0.33.2.jar
/org.apache.qpid/proton-j/0.33.2
查看proton-j所有版本文件
qpid-proton-j-extensions-1.2.2.jar
/com.microsoft.azure/qpid-proton-j-extensions/1.2.2
查看qpid-proton-j-extensions所有版本文件
slf4j-api-1.7.28.jar
/org.slf4j/slf4j-api/1.7.28
查看slf4j-api所有版本文件
azure-client-authentication-1.7.2.jar
/com.microsoft.azure/azure-client-authentication/1.7.2
查看azure-client-authentication所有版本文件
nimbus-jose-jwt-6.0.1.jar
/com.nimbusds/nimbus-jose-jwt/6.0.1
查看nimbus-jose-jwt所有版本文件
junit-4.13-beta-3.jar
/junit/junit/4.13-beta-3
查看junit所有版本文件
slf4j-simple-1.7.25.jar
/org.slf4j/slf4j-simple/1.7.25
查看slf4j-simple所有版本文件
msal4j-1.3.0.jar
/com.microsoft.azure/msal4j/1.3.0
查看msal4j所有版本文件
adal4j-1.6.5.jar
/com.microsoft.azure/adal4j/1.6.5
查看adal4j所有版本文件
mockito-core-3.0.0.jar
/org.mockito/mockito-core/3.0.0
查看mockito-core所有版本文件
|