License |
License |
---|---|
GroupId | GroupIdorg.swisspush |
ArtifactId | ArtifactIdcluster-watchdog |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncluster-watchdog
Checks if all your hazelcast cluster members are receiveing published messages over the bus.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cluster-watchdog-3.0.0.pom | |
cluster-watchdog-3.0.0.jar | 16 KB |
cluster-watchdog-3.0.0-sources.jar | 6 KB |
cluster-watchdog-3.0.0-mod.zip | 783 KB |
cluster-watchdog-3.0.0-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.swisspush/cluster-watchdog/ -->
<dependency>
<groupId>org.swisspush</groupId>
<artifactId>cluster-watchdog</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.swisspush/cluster-watchdog/
implementation 'org.swisspush:cluster-watchdog:3.0.0'
// https://jarcasting.com/artifacts/org.swisspush/cluster-watchdog/
implementation ("org.swisspush:cluster-watchdog:3.0.0")
'org.swisspush:cluster-watchdog:jar:3.0.0'
<dependency org="org.swisspush" name="cluster-watchdog" rev="3.0.0">
<artifact name="cluster-watchdog" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.swisspush', module='cluster-watchdog', version='3.0.0')
)
libraryDependencies += "org.swisspush" % "cluster-watchdog" % "3.0.0"
[org.swisspush/cluster-watchdog "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-core | jar | 4.2.1 |
io.vertx : vertx-web | jar | 4.2.1 |
io.vertx : vertx-hazelcast | jar | 4.2.1 |
commons-io : commons-io | jar | 2.4 |
commons-lang : commons-lang | jar | 2.4 |
org.apache.commons : commons-collections4 | jar | 4.1 |
org.slf4j : slf4j-api | jar | 1.7.36 |
org.slf4j : slf4j-simple | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
io.vertx : vertx-unit | jar | 4.2.1 |