License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdcom.netflix.rxnetty |
ArtifactId | ArtifactIdrx-netty |
Last Version | Last Version0.3.18 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrx-netty
rx-netty developed by Netflix
|
Project URL |
Project URL |
Filename | Size |
---|---|
rx-netty-0.3.18.pom | |
rx-netty-0.3.18.jar | 148 KB |
rx-netty-0.3.18-sources.jar | 90 KB |
rx-netty-0.3.18-javadoc.jar | 311 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.rxnetty/rx-netty/ -->
<dependency>
<groupId>com.netflix.rxnetty</groupId>
<artifactId>rx-netty</artifactId>
<version>0.3.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.rxnetty/rx-netty/
implementation 'com.netflix.rxnetty:rx-netty:0.3.18'
// https://jarcasting.com/artifacts/com.netflix.rxnetty/rx-netty/
implementation ("com.netflix.rxnetty:rx-netty:0.3.18")
'com.netflix.rxnetty:rx-netty:jar:0.3.18'
<dependency org="com.netflix.rxnetty" name="rx-netty" rev="0.3.18">
<artifact name="rx-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.rxnetty', module='rx-netty', version='0.3.18')
)
libraryDependencies += "com.netflix.rxnetty" % "rx-netty" % "0.3.18"
[com.netflix.rxnetty/rx-netty "0.3.18"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.6 |
io.netty : netty-codec-http | jar | 4.0.21.Final |
io.netty : netty-transport-native-epoll | jar | 4.0.21.Final |
io.reactivex : rxjava | jar | 1.0.0-rc.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |