How to install the Java artifact org.ow2.petals.samples.camel.su-camel-hello-proxy-xml with Maven
Java
Maven
pom.xml
org.ow2.petals.samples.camel
su-camel-hello-proxy-xml
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.ow2.petals.samples.camel</groupId>
<artifactId>su-camel-hello-proxy-xml</artifactId>
<version>1.2.0-1.0.0</version>
</dependency>
/dependencies>