MVN

org.apache.ratis : ratis-logservice

Maven & Gradle

Oct 12, 2021
2 usages

Apache Ratis LogService

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

Latest Version

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

  • Latest Stable: 2.2.0

All Versions

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

Version Vulnerabilities Updated
2.2.x
ratis-logservice-2.2.0
2.1.x
ratis-logservice-2.1.0
2.0.x
ratis-logservice-2.0.0
1.0.x
ratis-logservice-1.0.0
0.5.x
ratis-logservice-0.5.0
0.4.x
ratis-logservice-0.4.0
0.3.x
ratis-logservice-0.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.ratis</groupId>
    <artifactId>ratis-logservice</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.ratis:ratis-logservice:2.2.0'

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

implementation("org.apache.ratis:ratis-logservice:2.2.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.ratis" % "ratis-logservice" % "2.2.0"

Advertisement