MVN

org.apache.ratis : ratis-client

Maven & Gradle

Nov 18, 2022
17 usages

Apache Ratis Client

<dependency>
    <groupId>org.apache.ratis</groupId>
    <artifactId>ratis-client</artifactId>
    <version>2.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.ratis : ratis-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.1

All Versions

Choose a version of org.apache.ratis : ratis-client to add to Maven or Gradle - All Versions:

  • Version Updated
  • ratis-client-2.4.1

    Nov 18, 2022
  • ratis-client-2.4.0

    Oct 10, 2022
  • ratis-client-2.3.0

    May 11, 2022
  • ratis-client-2.2.0

    Oct 11, 2021
  • ratis-client-2.1.0

    Jun 26, 2021
  • ratis-client-2.0.0

    Mar 16, 2021
  • ratis-client-1.0.0

    Jul 08, 2020
  • ratis-client-0.5.0

    Feb 05, 2020
  • ratis-client-0.4.0

    Sep 19, 2019
  • ratis-client-0.3.0

    Apr 26, 2019
  • ratis-client-0.2.0

    Jun 28, 2018

How to add a dependency to Maven

Add the following org.apache.ratis : ratis-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.ratis</groupId>
    <artifactId>ratis-client</artifactId>
    <version>2.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.ratis : ratis-client gradle dependency to your build.gradle file:

implementation 'org.apache.ratis:ratis-client:2.4.1'

Gradle Kotlin DSL: Add the following org.apache.ratis : ratis-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.ratis:ratis-client:2.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.ratis : ratis-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.ratis" % "ratis-client" % "2.4.1"

Advertisement