is not current version
Last Version 2.3.0

org.apache.ratis:ratis-netty 0.4.0


Categories

Categories

Net Netty Networking
GroupId

GroupId

org.apache.ratis
ArtifactId

ArtifactId

ratis-netty
Version

Version

0.4.0
Type

Type

jar

Download ratis-netty 0.4.0


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