Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.netflix.falcor |
ArtifactId | ArtifactIdfalcor-rxnetty |
Version | Version0.0.10 |
Type | Typejar |
Filename | Size |
---|---|
falcor-rxnetty-0.0.10.pom | |
falcor-rxnetty-0.0.10.jar | 6 KB |
falcor-rxnetty-0.0.10-sources.jar | 3 KB |
falcor-rxnetty-0.0.10-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.falcor/falcor-rxnetty/ -->
<dependency>
<groupId>com.netflix.falcor</groupId>
<artifactId>falcor-rxnetty</artifactId>
<version>0.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.falcor/falcor-rxnetty/
implementation 'com.netflix.falcor:falcor-rxnetty:0.0.10'
// https://jarcasting.com/artifacts/com.netflix.falcor/falcor-rxnetty/
implementation ("com.netflix.falcor:falcor-rxnetty:0.0.10")
'com.netflix.falcor:falcor-rxnetty:jar:0.0.10'
<dependency org="com.netflix.falcor" name="falcor-rxnetty" rev="0.0.10">
<artifact name="falcor-rxnetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.falcor', module='falcor-rxnetty', version='0.0.10')
)
libraryDependencies += "com.netflix.falcor" % "falcor-rxnetty" % "0.0.10"
[com.netflix.falcor/falcor-rxnetty "0.0.10"]