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