Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.netflix.falcor |
ArtifactId | ArtifactIdfalcor-rxnetty |
Version | Version0.0.6 |
Type | Typejar |
Filename | Size |
---|---|
falcor-rxnetty-0.0.6.pom | |
falcor-rxnetty-0.0.6.jar | 7 KB |
falcor-rxnetty-0.0.6-sources.jar | 4 KB |
falcor-rxnetty-0.0.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.falcor/falcor-rxnetty/
implementation 'com.netflix.falcor:falcor-rxnetty:0.0.6'
// https://jarcasting.com/artifacts/com.netflix.falcor/falcor-rxnetty/
implementation ("com.netflix.falcor:falcor-rxnetty:0.0.6")
'com.netflix.falcor:falcor-rxnetty:jar:0.0.6'
<dependency org="com.netflix.falcor" name="falcor-rxnetty" rev="0.0.6">
<artifact name="falcor-rxnetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.falcor', module='falcor-rxnetty', version='0.0.6')
)
libraryDependencies += "com.netflix.falcor" % "falcor-rxnetty" % "0.0.6"
[com.netflix.falcor/falcor-rxnetty "0.0.6"]