Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you use maven you could just add the following to your pom.xml, substituting the version number for the latest & greatest release (see Downloads the download page for the latest versionversions).

Code Block
<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>camel-juel</artifactId>
  <version>1.3.0</version>
</dependency>