is not current version
Last Version 2.2.1.Final

io.thorntail:camel-velocity 2.1.0.Final

Transforms the message using a Velocity template.

GroupId

GroupId

io.thorntail
ArtifactId

ArtifactId

camel-velocity
Version

Version

2.1.0.Final
Type

Type

jar

Download camel-velocity 2.1.0.Final


<!-- https://jarcasting.com/artifacts/io.thorntail/camel-velocity/ -->
<dependency>
    <groupId>io.thorntail</groupId>
    <artifactId>camel-velocity</artifactId>
    <version>2.1.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/camel-velocity/
implementation 'io.thorntail:camel-velocity:2.1.0.Final'
// https://jarcasting.com/artifacts/io.thorntail/camel-velocity/
implementation ("io.thorntail:camel-velocity:2.1.0.Final")
'io.thorntail:camel-velocity:jar:2.1.0.Final'
<dependency org="io.thorntail" name="camel-velocity" rev="2.1.0.Final">
  <artifact name="camel-velocity" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='camel-velocity', version='2.1.0.Final')
)
libraryDependencies += "io.thorntail" % "camel-velocity" % "2.1.0.Final"
[io.thorntail/camel-velocity "2.1.0.Final"]