Download camel-velocity-2.15.5.jar file - Jar c

Jar examples for c:camel-velocity

Description

Transforms the message using a Velocity template.

You can download jar file camel-velocity 2.15.5 in this page.

License

Apache License

Build File

You can use the following script to add camel-velocity-2.15.5.jar to your project.

<dependency>
   <groupId>org.apache.camel</groupId>
   <artifactId>camel-velocity</artifactId>
   <version>2.15.5</version>
</dependency>
compile group: 'org.apache.camel', name: 'camel-velocity', version: '2.15.5'
libraryDependencies += "org.apache.camel" % "camel-velocity" % "2.15.5"
<dependency org="org.apache.camel" name="camel-velocity" rev="2.15.5"/>
@Grapes(@Grab(group='org.apache.camel', module='camel-velocity', version='2.15.5'))
'org.apache.camel:camel-velocity:jar:2.15.5'

Download

Click the following link to download the jar file.

camel-velocity-2.15.5-javadoc.jar
camel-velocity-2.15.5-sources.jar
camel-velocity-2.15.5.jar
camel-velocity-2.15.5.pom



Related Tutorials