Download azure-eventhubs-1.0.2.jar file - Jar a

Jar examples for a:azure-eventhubs

Description

Client library for talking to Microsoft Azure Event Hubs.

You can download jar file azure-eventhubs 1.0.2 in this page.

License

MIT license

Build File

You can use the following script to add azure-eventhubs-1.0.2.jar to your project.

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

Download

Click the following link to download the jar file.

azure-eventhubs-1.0.2-javadoc.jar
azure-eventhubs-1.0.2-sources.jar
azure-eventhubs-1.0.2.jar
azure-eventhubs-1.0.2.pom



Related Tutorials