Dependency Information

Apache Maven

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

Apache Buildr

'com.microsoft.azure:azure-servicebus-parent:pom:2.0.0'

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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