is not current version
Last Version 1.0.0.Alpha3

org.jgroups:jgroups-netty 1.0.0.Alpha2

A netty based transport layer for JGroups

Categories

Categories

Net JGroups Application Layer Libs Distributed Applications Netty Networking
GroupId

GroupId

org.jgroups
ArtifactId

ArtifactId

jgroups-netty
Version

Version

1.0.0.Alpha2
Type

Type

jar

Download jgroups-netty 1.0.0.Alpha2


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