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