Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.netflix.rxnetty |
ArtifactId | ArtifactIdrx-netty-examples |
Version | Version0.3.17 |
Type | Typejar |
Filename | Size |
---|---|
rx-netty-examples-0.3.17.pom | |
rx-netty-examples-0.3.17.jar | 137 KB |
rx-netty-examples-0.3.17-sources.jar | 62 KB |
rx-netty-examples-0.3.17-javadoc.jar | 172 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.rxnetty/rx-netty-examples/ -->
<dependency>
<groupId>com.netflix.rxnetty</groupId>
<artifactId>rx-netty-examples</artifactId>
<version>0.3.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.rxnetty/rx-netty-examples/
implementation 'com.netflix.rxnetty:rx-netty-examples:0.3.17'
// https://jarcasting.com/artifacts/com.netflix.rxnetty/rx-netty-examples/
implementation ("com.netflix.rxnetty:rx-netty-examples:0.3.17")
'com.netflix.rxnetty:rx-netty-examples:jar:0.3.17'
<dependency org="com.netflix.rxnetty" name="rx-netty-examples" rev="0.3.17">
<artifact name="rx-netty-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.rxnetty', module='rx-netty-examples', version='0.3.17')
)
libraryDependencies += "com.netflix.rxnetty" % "rx-netty-examples" % "0.3.17"
[com.netflix.rxnetty/rx-netty-examples "0.3.17"]