License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdcom.github.rstiller.nettycluster |
ArtifactId | ArtifactIdcore |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNettyCluster
A cluster / messaging framework base on Netty (http://netty.io)
|
Filename | Size |
---|---|
core-1.1.0.pom | |
core-1.1.0.jar | 53 KB |
core-1.1.0-sources.jar | 28 KB |
core-1.1.0-javadoc.jar | 139 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.mockito : mockito-all | jar | 1.9.0 |