...
Code Block | ||||
---|---|---|---|---|
| ||||
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-ignite</artifactId> <version>${camel.version}</version> <!-- use the same version as your Camel core version --> </dependency> |
Warning | ||
---|---|---|
| ||
If running on in an OSGi container, please don't miss the OSGi Support section below. |
...