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