<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-eventhub</artifactId>
<version>1.32.0</version>
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-mgmt-eventhub', version='1.32.0')
)
<parent> <groupId>com.microsoft.azure</groupId> <artifactId>azure-parent</artifactId> <version>1.32.0</version> </parent>
compile
|-- com.microsoft.azure:azure-mgmt-resources:1.32.0
|-- com.microsoft.azure:azure-mgmt-storage:1.32.0
|-- com.microsoft.azure:azure-storage
|-- com.fasterxml.jackson.core:jackson-core
test
|-- com.github.cverges.expect4j:expect4j:1.6
|-- com.microsoft.azure:azure-client-authentication
|-- junit:junit