343.6. 依赖项
要使用 camel 路由中的 Tar Files,您需要添加一个对 camel-tarfile 的依赖关系来实现这个数据格式。
如果使用 Maven,您只需在 pom.xml
中添加以下内容,替换最新和最佳发行版本的版本号(请参阅最新版本的下载页面)。
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-tarfile</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>