75.7. 종속 항목

camel 경로에서 Crypto dataformat을 사용하려면 다음 종속성을 pom에 추가해야 합니다.

<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>camel-crypto</artifactId>
  <version>x.x.x</version>
  <!-- use the same version as your Camel core version -->
</dependency>