Files download
File Operation
eventhubs-storm-spout-0.9.5.jar download
eventhubs-storm-spout-0.9.5.pom download
eventhubs-storm-spout-0.9.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.eventhubs</groupId>
  <artifactId>eventhubs-storm-spout</artifactId>
  <version>0.9.5</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.eventhubs:eventhubs-storm-spout:0.9.5'
Gradle Kotlin
implementation("com.microsoft.eventhubs:eventhubs-storm-spout:0.9.5")
Scala SBT
libraryDependencies += "com.microsoft.eventhubs" % "eventhubs-storm-spout" % "0.9.5"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.eventhubs', module='eventhubs-storm-spout', version='0.9.5')
)
Apache Ivy
<dependency org="com.microsoft.eventhubs" name="eventhubs-storm-spout" rev="0.9.5" />
Leiningen
[com.microsoft.eventhubs/eventhubs-storm-spout "0.9.5"]
Apache Buildr
'com.microsoft.eventhubs:eventhubs-storm-spout:jar:0.9.5'