Last Version

NettyCluster 1.1.0

A cluster / messaging framework base on Netty (http://netty.io)

License

License

Categories

Categories

Net Netty Networking
GroupId

GroupId

com.github.rstiller.nettycluster
ArtifactId

ArtifactId

core
Version

Version

1.1.0
Type

Type

jar
Description

Description

NettyCluster
A cluster / messaging framework base on Netty (http://netty.io)

Download core 1.1.0


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

Dependencies

compile (7)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.6.4
org.slf4j : slf4j-log4j12 jar 1.6.4
log4j : log4j jar 1.2.16
io.netty : netty jar 3.3.1.Final
org.codehaus.jackson : jackson-core-asl jar 1.9.5
org.codehaus.jackson : jackson-mapper-asl jar 1.9.5
commons-io : commons-io jar 2.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
org.mockito : mockito-all jar 1.9.0

Project Modules

There are no modules declared in this project.