40.4. 依存関係
Camel ルートで Base64 を使用するには、このデータ形式を実装する camel-base64 の依存関係を追加する必要があります。
Maven を使用する場合は、以下を pom.xml に追加できます。
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-base64</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>