r

ratis-thirdparty

Thirdparty dependencies for Apache Ratis
https://ratis.apache.org/
Apache License, Version 2.0
Files download
File Operation
ratis-thirdparty-1.0.6.pom download
Apache Maven
<dependency>
  <groupId>org.apache.ratis</groupId>
  <artifactId>ratis-thirdparty</artifactId>
  <version>1.0.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.ratis:ratis-thirdparty:1.0.6'
Gradle Kotlin
implementation("org.apache.ratis:ratis-thirdparty:1.0.6")
Scala SBT
libraryDependencies += "org.apache.ratis" % "ratis-thirdparty" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.ratis', module='ratis-thirdparty', version='1.0.6')
)
Apache Ivy
<dependency org="org.apache.ratis" name="ratis-thirdparty" rev="1.0.6" />
Leiningen
[org.apache.ratis/ratis-thirdparty "1.0.6"]
Apache Buildr
'org.apache.ratis:ratis-thirdparty:jar:1.0.6'