r

ratis-thirdparty

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