Dependency Information

Apache Maven

<dependency>
  <groupId>com.microsoft.azure</groupId>
  <artifactId>azure-servicebus</artifactId>
  <version>2.0.0</version>
</dependency>

Apache Buildr

'com.microsoft.azure:azure-servicebus:jar:2.0.0'

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

compile 'com.microsoft.azure:azure-servicebus:2.0.0'

Scala SBT

libraryDependencies += "com.microsoft.azure" % "azure-servicebus" % "2.0.0"

Leiningen

[com.microsoft.azure/azure-servicebus "2.0.0"]