<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-azure-storage-blob</artifactId>
<version>4.2.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-azure-storage-blob', version='4.2.0')
)
<parent> <groupId>org.apache.camel</groupId> <artifactId>camel-azure-parent</artifactId> <version>4.2.0</version> </parent>
compile
|-- org.apache.camel:camel-support:4.2.0
|-- com.azure:azure-storage-blob:12.24.1
|-- com.azure:azure-storage-blob-changefeed:12.0.0-beta.18
|-- com.azure:azure-identity:1.10.4
|-- com.fasterxml.jackson.core:jackson-databind:2.15.2
|-- com.fasterxml.jackson.core:jackson-core:2.15.2
|-- com.fasterxml.jackson.core:jackson-annotations:2.15.2
|-- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.15.2
|-- commons-io:commons-io:2.15.0
provided