is not current version
Last Version 3.3.0

com.microsoft.azure:azure-eventhubs-eph 3.2.1

EPH is built on top of the Azure Event Hubs Client and provides a number of features not present in that lower layer.${line.separator} This library has been replaced by new Azure SDKs, you can read about them at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure Event Hubs service are:${line.separator} 1. https://search.maven.org/artifact/com.azure/azure-messaging-eventhubs${line.separator} 2. https://search.maven.org/artifact/com.azure/azure-messaging-eventhubs-checkpointstore-blob${line.separator} It is recommended that you move to the new package.

GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

azure-eventhubs-eph
Version

Version

3.2.1
Type

Type

jar

Download azure-eventhubs-eph 3.2.1


<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-eventhubs-eph/ -->
<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-eventhubs-eph</artifactId>
    <version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-eventhubs-eph/
implementation 'com.microsoft.azure:azure-eventhubs-eph:3.2.1'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-eventhubs-eph/
implementation ("com.microsoft.azure:azure-eventhubs-eph:3.2.1")
'com.microsoft.azure:azure-eventhubs-eph:jar:3.2.1'
<dependency org="com.microsoft.azure" name="azure-eventhubs-eph" rev="3.2.1">
  <artifact name="azure-eventhubs-eph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-eventhubs-eph', version='3.2.1')
)
libraryDependencies += "com.microsoft.azure" % "azure-eventhubs-eph" % "3.2.1"
[com.microsoft.azure/azure-eventhubs-eph "3.2.1"]