License |
License |
---|---|
Categories |
CategoriesJGroups Application Layer Libs Distributed Applications |
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdvertx-jgroups |
Last Version | Last Version3.5.0.Beta1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVert.x JGroups Cluster Manager
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-jgroups/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-jgroups</artifactId>
<version>3.5.0.Beta1</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-jgroups/
implementation 'io.vertx:vertx-jgroups:3.5.0.Beta1'
// https://jarcasting.com/artifacts/io.vertx/vertx-jgroups/
implementation ("io.vertx:vertx-jgroups:3.5.0.Beta1")
'io.vertx:vertx-jgroups:jar:3.5.0.Beta1'
<dependency org="io.vertx" name="vertx-jgroups" rev="3.5.0.Beta1">
<artifact name="vertx-jgroups" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-jgroups', version='3.5.0.Beta1')
)
libraryDependencies += "io.vertx" % "vertx-jgroups" % "3.5.0.Beta1"
[io.vertx/vertx-jgroups "3.5.0.Beta1"]
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-core | jar | |
org.jgroups : jgroups | jar | 3.6.10.Final |
io.vertx : vertx-codegen Optional | jar | |
io.vertx : vertx-lang-groovy Optional | jar | |
io.vertx : vertx-lang-ruby Optional | jar | |
io.vertx : vertx-lang-js Optional | jar | |
io.vertx : vertx-docgen Optional | jar | |
io.vertx : vertx-rx-java Optional | jar | |
io.vertx : vertx-codetrans Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.9.5 |
io.vertx : vertx-core | test-jar |