is not current version
Last Version 2.3.0

org.apache.ratis:ratis-netty 1.0.0


Categories

Categories

Net Netty Networking
GroupId

GroupId

org.apache.ratis
ArtifactId

ArtifactId

ratis-netty
Version

Version

1.0.0
Type

Type

jar

Download ratis-netty 1.0.0


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