Categories |
CategoriesJGroups Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-jgroups-starter |
Version | Version2.20.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-jgroups-starter/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jgroups-starter</artifactId>
<version>2.20.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-jgroups-starter/
implementation 'org.apache.camel:camel-jgroups-starter:2.20.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-jgroups-starter/
implementation ("org.apache.camel:camel-jgroups-starter:2.20.0")
'org.apache.camel:camel-jgroups-starter:jar:2.20.0'
<dependency org="org.apache.camel" name="camel-jgroups-starter" rev="2.20.0">
<artifact name="camel-jgroups-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-jgroups-starter', version='2.20.0')
)
libraryDependencies += "org.apache.camel" % "camel-jgroups-starter" % "2.20.0"
[org.apache.camel/camel-jgroups-starter "2.20.0"]