Download eventhubs-client-0.9.1.jar file - Jar e

Jar examples for e:eventhubs-client

Description

A generic EventHubs client library for JVM

You can download jar file eventhubs-client 0.9.1 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add eventhubs-client-0.9.1.jar to your project.

<dependency>
   <groupId>com.microsoft.eventhubs.client</groupId>
   <artifactId>eventhubs-client</artifactId>
   <version>0.9.1</version>
</dependency>
compile group: 'com.microsoft.eventhubs.client', name: 'eventhubs-client', version: '0.9.1'
libraryDependencies += "com.microsoft.eventhubs.client" % "eventhubs-client" % "0.9.1"
<dependency org="com.microsoft.eventhubs.client" name="eventhubs-client" rev="0.9.1"/>
@Grapes(@Grab(group='com.microsoft.eventhubs.client', module='eventhubs-client', version='0.9.1'))
'com.microsoft.eventhubs.client:eventhubs-client:jar:0.9.1'

Download

Click the following link to download the jar file.

eventhubs-client-0.9.1-javadoc.jar
eventhubs-client-0.9.1-sources.jar
eventhubs-client-0.9.1.jar
eventhubs-client-0.9.1.pom



Related Tutorials