Dependency Information

Apache Maven

<dependency>
  <groupId>com.microsoft.azure</groupId>
  <artifactId>azure-eventhubs</artifactId>
  <version>2.3.1</version>
</dependency>

Apache Buildr

'com.microsoft.azure:azure-eventhubs:jar:2.3.1'

Apache Ivy

<dependency org="com.microsoft.azure" name="azure-eventhubs" rev="2.3.1">
  <artifact name="azure-eventhubs" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.microsoft.azure', module='azure-eventhubs', version='2.3.1')
)

Gradle/Grails

compile 'com.microsoft.azure:azure-eventhubs:2.3.1'

Scala SBT

libraryDependencies += "com.microsoft.azure" % "azure-eventhubs" % "2.3.1"

Leiningen

[com.microsoft.azure/azure-eventhubs "2.3.1"]