is not current version
Last Version 1.0.1

com.microsoft.eventhubs.client:eventhubs-client 1.0

A generic EventHubs client library for JVM

Categories

Categories

CLI User Interface
GroupId

GroupId

com.microsoft.eventhubs.client
ArtifactId

ArtifactId

eventhubs-client
Version

Version

1.0
Type

Type

jar

Download eventhubs-client 1.0


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