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