<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-datalake</artifactId>
<version>12.5.1</version>
</dependency>
@Grapes(
@Grab(group='com.azure', module='azure-storage-file-datalake', version='12.5.1')
)
<parent> <groupId>com.azure</groupId> <artifactId>azure-client-sdk-parent</artifactId> <version>1.7.0</version> </parent>
compile
|-- com.azure:azure-core:1.16.0
|-- com.azure:azure-core-http-netty:1.9.2
|-- com.azure:azure-storage-blob:12.11.1
provided
|-- com.google.code.findbugs:jsr305:3.0.2
test
|-- com.azure:azure-core-test:1.6.2
|-- com.azure:azure-identity:1.3.0
|-- io.projectreactor:reactor-test:3.4.5