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