DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
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> |