Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.netflix.rxnetty |
ArtifactId | ArtifactIdrx-netty-examples |
Version | Version0.3.7 |
Type | Typejar |
Filename | Size |
---|---|
rx-netty-examples-0.3.7.pom | |
rx-netty-examples-0.3.7.jar | 120 KB |
rx-netty-examples-0.3.7-sources.jar | 51 KB |
rx-netty-examples-0.3.7-javadoc.jar | 139 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.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.rxnetty/rx-netty-examples/
implementation 'com.netflix.rxnetty:rx-netty-examples:0.3.7'
// https://jarcasting.com/artifacts/com.netflix.rxnetty/rx-netty-examples/
implementation ("com.netflix.rxnetty:rx-netty-examples:0.3.7")
'com.netflix.rxnetty:rx-netty-examples:jar:0.3.7'
<dependency org="com.netflix.rxnetty" name="rx-netty-examples" rev="0.3.7">
<artifact name="rx-netty-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.rxnetty', module='rx-netty-examples', version='0.3.7')
)
libraryDependencies += "com.netflix.rxnetty" % "rx-netty-examples" % "0.3.7"
[com.netflix.rxnetty/rx-netty-examples "0.3.7"]