MVN

io.atomix : atomix-failure-detection

Maven & Gradle

Oct 28, 2019
1 usages

Atomix Protocols :: Failure Detection

<dependency>
    <groupId>io.atomix</groupId>
    <artifactId>atomix-failure-detection</artifactId>
    <version>2.0.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.atomix : atomix-failure-detection to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.30
  • Latest Beta: 2.0.0-raft-beta1
  • Latest Alpha: 2.0.0-alpha1

All Versions

Choose a version of io.atomix : atomix-failure-detection to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
atomix-failure-detection-2.0.30
atomix-failure-detection-2.0.29
atomix-failure-detection-2.0.28
atomix-failure-detection-2.0.27
atomix-failure-detection-2.0.26
atomix-failure-detection-2.0.25
atomix-failure-detection-2.0.24
atomix-failure-detection-2.0.23
atomix-failure-detection-2.0.22
atomix-failure-detection-2.0.21
atomix-failure-detection-2.0.20
atomix-failure-detection-2.0.19
atomix-failure-detection-2.0.18
atomix-failure-detection-2.0.17
atomix-failure-detection-2.0.16
atomix-failure-detection-2.0.15
atomix-failure-detection-2.0.14
atomix-failure-detection-2.0.13
atomix-failure-detection-2.0.12
atomix-failure-detection-2.0.11
atomix-failure-detection-2.0.10
atomix-failure-detection-2.0.9
atomix-failure-detection-2.0.8
atomix-failure-detection-2.0.7
atomix-failure-detection-2.0.6
atomix-failure-detection-2.0.5
atomix-failure-detection-2.0.4
atomix-failure-detection-2.0.3
atomix-failure-detection-2.0.2
atomix-failure-detection-2.0.1
atomix-failure-detection-2.0.0
atomix-failure-detection-2.0.0-raft-final
atomix-failure-detection-2.0.0-raft-beta1
atomix-failure-detection-2.0.0-alpha1

How to add a dependency to Maven

Add the following io.atomix : atomix-failure-detection maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.atomix</groupId>
    <artifactId>atomix-failure-detection</artifactId>
    <version>2.0.30</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.atomix : atomix-failure-detection gradle dependency to your build.gradle file:

implementation 'io.atomix:atomix-failure-detection:2.0.30'

Gradle Kotlin DSL: Add the following io.atomix : atomix-failure-detection gradle kotlin dependency to your build.gradle.kts file:

implementation("io.atomix:atomix-failure-detection:2.0.30")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.atomix : atomix-failure-detection sbt scala dependency to your build.sbt file:

libraryDependencies += "io.atomix" % "atomix-failure-detection" % "2.0.30"

Advertisement