| Categories |
CategoriesJGroups Application Layer Libs Distributed Applications |
|---|---|
| GroupId | GroupIdorg.apache.camel |
| ArtifactId | ArtifactIdcamel-jgroups |
| Version | Version3.4.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| camel-jgroups-3.4.1.pom | |
| camel-jgroups-3.4.1.jar | 38 KB |
| camel-jgroups-3.4.1-sources.jar | 26 KB |
| camel-jgroups-3.4.1-javadoc.jar | 464 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-jgroups/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jgroups</artifactId>
<version>3.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-jgroups/
implementation 'org.apache.camel:camel-jgroups:3.4.1'
// https://jarcasting.com/artifacts/org.apache.camel/camel-jgroups/
implementation ("org.apache.camel:camel-jgroups:3.4.1")
'org.apache.camel:camel-jgroups:jar:3.4.1'
<dependency org="org.apache.camel" name="camel-jgroups" rev="3.4.1">
<artifact name="camel-jgroups" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-jgroups', version='3.4.1')
)
libraryDependencies += "org.apache.camel" % "camel-jgroups" % "3.4.1"
[org.apache.camel/camel-jgroups "3.4.1"]