MVN

com.netflix.falcor : falcor-rxnetty

Maven & Gradle

Jan 23, 2016

falcor-rxnetty · falcor-rxnetty

<dependency>
    <groupId>com.netflix.falcor</groupId>
    <artifactId>falcor-rxnetty</artifactId>
    <version>0.31.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.netflix.falcor : falcor-rxnetty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.31.0

All Versions

Choose a version of com.netflix.falcor : falcor-rxnetty to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.31.x
falcor-rxnetty-0.31.0
0.30.x
falcor-rxnetty-0.30.0
0.29.x
falcor-rxnetty-0.29.0
0.28.x
falcor-rxnetty-0.28.0
0.27.x
falcor-rxnetty-0.27.0
0.26.x
falcor-rxnetty-0.26.0
0.25.x
falcor-rxnetty-0.25.0
0.24.x
falcor-rxnetty-0.24.0
0.23.x
falcor-rxnetty-0.23.0
0.22.x
falcor-rxnetty-0.22.0
0.21.x
falcor-rxnetty-0.21.0
0.20.x
falcor-rxnetty-0.20.0
0.18.x
falcor-rxnetty-0.18.0
0.17.x
falcor-rxnetty-0.17.0
0.16.x
falcor-rxnetty-0.16.0
0.15.x
falcor-rxnetty-0.15.0
0.14.x
falcor-rxnetty-0.14.0
0.13.x
falcor-rxnetty-0.13.0
0.12.x
falcor-rxnetty-0.12.0
0.11.x
falcor-rxnetty-0.11.0
0.10.x
falcor-rxnetty-0.10.0
0.0.x
falcor-rxnetty-0.0.12
falcor-rxnetty-0.0.11
falcor-rxnetty-0.0.10
falcor-rxnetty-0.0.9
falcor-rxnetty-0.0.8
falcor-rxnetty-0.0.7
falcor-rxnetty-0.0.6
falcor-rxnetty-0.0.5
falcor-rxnetty-0.0.4
falcor-rxnetty-0.0.3
falcor-rxnetty-0.0.2
falcor-rxnetty-0.0.1

How to add a dependency to Maven

Add the following com.netflix.falcor : falcor-rxnetty maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.netflix.falcor</groupId>
    <artifactId>falcor-rxnetty</artifactId>
    <version>0.31.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.netflix.falcor : falcor-rxnetty gradle dependency to your build.gradle file:

implementation 'com.netflix.falcor:falcor-rxnetty:0.31.0'

Gradle Kotlin DSL: Add the following com.netflix.falcor : falcor-rxnetty gradle kotlin dependency to your build.gradle.kts file:

implementation("com.netflix.falcor:falcor-rxnetty:0.31.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.netflix.falcor : falcor-rxnetty sbt scala dependency to your build.sbt file:

libraryDependencies += "com.netflix.falcor" % "falcor-rxnetty" % "0.31.0"

Advertisement