is not current version
Last Version 3.5.0.Beta1

io.vertx:vertx-jgroups 3.4.1


Categories

Categories

JGroups Application Layer Libs Distributed Applications
GroupId

GroupId

io.vertx
ArtifactId

ArtifactId

vertx-jgroups
Version

Version

3.4.1
Type

Type

jar

Download vertx-jgroups 3.4.1


<!-- https://jarcasting.com/artifacts/io.vertx/vertx-jgroups/ -->
<dependency>
    <groupId>io.vertx</groupId>
    <artifactId>vertx-jgroups</artifactId>
    <version>3.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-jgroups/
implementation 'io.vertx:vertx-jgroups:3.4.1'
// https://jarcasting.com/artifacts/io.vertx/vertx-jgroups/
implementation ("io.vertx:vertx-jgroups:3.4.1")
'io.vertx:vertx-jgroups:jar:3.4.1'
<dependency org="io.vertx" name="vertx-jgroups" rev="3.4.1">
  <artifact name="vertx-jgroups" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-jgroups', version='3.4.1')
)
libraryDependencies += "io.vertx" % "vertx-jgroups" % "3.4.1"
[io.vertx/vertx-jgroups "3.4.1"]