is not current version
Last Version 2.3.0

org.apache.ratis:ratis-assembly 1.0.0


GroupId

GroupId

org.apache.ratis
ArtifactId

ArtifactId

ratis-assembly
Version

Version

1.0.0
Type

Type

pom

Download ratis-assembly 1.0.0

Filename Size
ratis-assembly-1.0.0.pom 11 KB
Browse

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