39.4. 依存関係

Maven ユーザーは、pom.xml に次の依存関係を追加する必要があります。

pom.xml

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-azure</artifactId>
    <version>${camel-version}</version>
</dependency>

${camel-version} は、Camel の実際のバージョン (2.19.0 以降) に置き換える必要があります。