License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdcom.gruelbox |
ArtifactId | ArtifactIdservice-netty |
Last Version | Last Version4.3.16.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThis is the public fork of xchange-stream used by Orko. It is usually the development
branch of xchange-stream plus some urgent fixes. Those fixes will be or will have already been
submitted to xchange-stream as pull requests, but will not have been reviewed yet. It is not
advised for other projects to track or use this fork. Please use the main project.
|
Filename | Size |
---|---|
service-netty-4.3.16.3.pom | |
service-netty-4.3.16.3.jar | 22 KB |
service-netty-4.3.16.3-sources.jar | 9 KB |
service-netty-4.3.16.3-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gruelbox/service-netty/ -->
<dependency>
<groupId>com.gruelbox</groupId>
<artifactId>service-netty</artifactId>
<version>4.3.16.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gruelbox/service-netty/
implementation 'com.gruelbox:service-netty:4.3.16.3'
// https://jarcasting.com/artifacts/com.gruelbox/service-netty/
implementation ("com.gruelbox:service-netty:4.3.16.3")
'com.gruelbox:service-netty:jar:4.3.16.3'
<dependency org="com.gruelbox" name="service-netty" rev="4.3.16.3">
<artifact name="service-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gruelbox', module='service-netty', version='4.3.16.3')
)
libraryDependencies += "com.gruelbox" % "service-netty" % "4.3.16.3"
[com.gruelbox/service-netty "4.3.16.3"]
Group / Artifact | Type | Version |
---|---|---|
com.gruelbox : service-core | jar | 4.3.16.3 |
io.netty : netty-all | jar | 4.1.36.Final |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.8 |
org.slf4j : slf4j-api | jar | 1.7.26 |
io.reactivex.rxjava2 : rxjava | jar | 2.2.9 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.11.2 |
org.apache.logging.log4j : log4j-core | jar | 2.11.2 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.28.2 |
org.assertj : assertj-core | jar | 3.12.2 |