9.2. 依存関係
camel ルートで Atmos を使用するには、このデータ形式を実装する camel-atmos に依存関係を追加する必要があります。
Maven を使用する場合は、以下を pom.xml に追加するだけで、最新かつ最大のリリースのバージョン番号を置き換えます(最新バージョンのダウンロードページを参照)。
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-atmos</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>