Categories |
CategoriesJGroups Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdactivemq |
ArtifactId | ArtifactIdactivemq-transport-jgroups |
Last Version | Last Version2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
activemq-transport-jgroups-2.1.pom | |
activemq-transport-jgroups-2.1.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/activemq/activemq-transport-jgroups/ -->
<dependency>
<groupId>activemq</groupId>
<artifactId>activemq-transport-jgroups</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/activemq/activemq-transport-jgroups/
implementation 'activemq:activemq-transport-jgroups:2.1'
// https://jarcasting.com/artifacts/activemq/activemq-transport-jgroups/
implementation ("activemq:activemq-transport-jgroups:2.1")
'activemq:activemq-transport-jgroups:jar:2.1'
<dependency org="activemq" name="activemq-transport-jgroups" rev="2.1">
<artifact name="activemq-transport-jgroups" type="jar" />
</dependency>
@Grapes(
@Grab(group='activemq', module='activemq-transport-jgroups', version='2.1')
)
libraryDependencies += "activemq" % "activemq-transport-jgroups" % "2.1"
[activemq/activemq-transport-jgroups "2.1"]