62.4. 종속 항목
camel 경로에서 Zip 파일을 사용하려면 이 데이터 형식을 구현하는 camel-zipfile 에 종속성을 추가해야 합니다.
Maven을 사용하는 경우 pom.xml 에 다음을 추가할 수 있으며 최신 및 가장 큰 릴리스의 버전 번호를 대체합니다(최신 버전의 다운로드 페이지 참조).
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-zipfile</artifactId>
<version>{CamelSBVersion}</version>
<!-- use the same version as your Camel core version -->
</dependency>