is not current version
Last Version 1.0.0

org.apache.ratis:ratis-thirdparty 0.2.0

Thirdparty dependencies for Apache Ratis

GroupId

GroupId

org.apache.ratis
ArtifactId

ArtifactId

ratis-thirdparty
Version

Version

0.2.0
Type

Type

pom

Download ratis-thirdparty 0.2.0

Filename Size
ratis-thirdparty-0.2.0.pom 14 KB
Browse

<!-- https://jarcasting.com/artifacts/org.apache.ratis/ratis-thirdparty/ -->
<dependency>
    <groupId>org.apache.ratis</groupId>
    <artifactId>ratis-thirdparty</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ratis/ratis-thirdparty/
implementation 'org.apache.ratis:ratis-thirdparty:0.2.0'
// https://jarcasting.com/artifacts/org.apache.ratis/ratis-thirdparty/
implementation ("org.apache.ratis:ratis-thirdparty:0.2.0")
'org.apache.ratis:ratis-thirdparty:pom:0.2.0'
<dependency org="org.apache.ratis" name="ratis-thirdparty" rev="0.2.0">
  <artifact name="ratis-thirdparty" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.ratis', module='ratis-thirdparty', version='0.2.0')
)
libraryDependencies += "org.apache.ratis" % "ratis-thirdparty" % "0.2.0"
[org.apache.ratis/ratis-thirdparty "0.2.0"]