is not current version
Last Version 2.2.1.Final

io.thorntail:camel-jgroups 2.1.0.Final

The jgroups component provides exchange of messages between Camel and JGroups clusters.

Categories

Categories

JGroups Application Layer Libs Distributed Applications
GroupId

GroupId

io.thorntail
ArtifactId

ArtifactId

camel-jgroups
Version

Version

2.1.0.Final
Type

Type

jar

Download camel-jgroups 2.1.0.Final


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