How to install the Java artifact org.apache.camel.camel-hazelcast-starter with Maven
Java
Maven
pom.xml
org.apache.camel
camel-hazelcast-starter
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-hazelcast-starter</artifactId>
<version>3.0.0-RC3</version>
</dependency>
/dependencies>