is not current version
Last Version 2.3.0

org.apache.ratis:ratis-assembly 0.3.0


GroupId

GroupId

org.apache.ratis
ArtifactId

ArtifactId

ratis-assembly
Version

Version

0.3.0
Type

Type

pom

Download ratis-assembly 0.3.0

Filename Size
ratis-assembly-0.3.0.pom 8 KB
Browse

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