MVN

com.twitter : finagle-exp_2.9.2

Maven & Gradle

Aug 06, 2014
8.7k stars

finagle-exp · finagle-exp

<dependency>
    <groupId>com.twitter</groupId>
    <artifactId>finagle-exp_2.9.2</artifactId>
    <version>6.20.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.twitter : finagle-exp_2.9.2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.20.0

All Versions

Choose a version of com.twitter : finagle-exp_2.9.2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.20.x
finagle-exp_2.9.2-6.20.0
6.18.x
finagle-exp_2.9.2-6.18.0
6.17.x
finagle-exp_2.9.2-6.17.0
6.16.x
finagle-exp_2.9.2-6.16.0
6.15.x
finagle-exp_2.9.2-6.15.0
6.14.x
finagle-exp_2.9.2-6.14.0
6.13.x
finagle-exp_2.9.2-6.13.1
finagle-exp_2.9.2-6.13.0
6.12.x
finagle-exp_2.9.2-6.12.2
finagle-exp_2.9.2-6.12.1
6.11.x
finagle-exp_2.9.2-6.11.1
6.10.x
finagle-exp_2.9.2-6.10.0
6.9.x
finagle-exp_2.9.2-6.9.0
6.8.x
finagle-exp_2.9.2-6.8.1
finagle-exp_2.9.2-6.8.0
6.7.x
finagle-exp_2.9.2-6.7.4
finagle-exp_2.9.2-6.7.1
6.6.x
finagle-exp_2.9.2-6.6.2
finagle-exp_2.9.2-6.6.0
6.5.x
finagle-exp_2.9.2-6.5.2
finagle-exp_2.9.2-6.5.1
finagle-exp_2.9.2-6.5.0
6.4.x
finagle-exp_2.9.2-6.4.1
finagle-exp_2.9.2-6.4.0
6.3.x
finagle-exp_2.9.2-6.3.0

How to add a dependency to Maven

Add the following com.twitter : finagle-exp_2.9.2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.twitter</groupId>
    <artifactId>finagle-exp_2.9.2</artifactId>
    <version>6.20.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.twitter : finagle-exp_2.9.2 gradle dependency to your build.gradle file:

implementation 'com.twitter:finagle-exp_2.9.2:6.20.0'

Gradle Kotlin DSL: Add the following com.twitter : finagle-exp_2.9.2 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.twitter:finagle-exp_2.9.2:6.20.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.twitter : finagle-exp_2.9.2 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.twitter" % "finagle-exp_2.9.2" % "6.20.0"

Advertisement