MVN

com.twitter : finagle-http-compat_2.11

Maven & Gradle

Dec 21, 2016
2 usages
8.7k stars

finagle-http-compat · finagle-http-compat

<dependency>
    <groupId>com.twitter</groupId>
    <artifactId>finagle-http-compat_2.11</artifactId>
    <version>6.41.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.twitter : finagle-http-compat_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.41.0

All Versions

Choose a version of com.twitter : finagle-http-compat_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.41.x
finagle-http-compat_2.11-6.41.0
6.40.x
finagle-http-compat_2.11-6.40.0
6.39.x
finagle-http-compat_2.11-6.39.0
6.38.x
finagle-http-compat_2.11-6.38.0
6.37.x
finagle-http-compat_2.11-6.37.0
6.36.x
finagle-http-compat_2.11-6.36.0
6.35.x
finagle-http-compat_2.11-6.35.0
6.34.x
finagle-http-compat_2.11-6.34.0
6.33.x
finagle-http-compat_2.11-6.33.0
6.31.x
finagle-http-compat_2.11-6.31.0
6.30.x
finagle-http-compat_2.11-6.30.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.twitter</groupId>
    <artifactId>finagle-http-compat_2.11</artifactId>
    <version>6.41.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.twitter : finagle-http-compat_2.11 gradle dependency to your build.gradle file:

implementation 'com.twitter:finagle-http-compat_2.11:6.41.0'

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

implementation("com.twitter:finagle-http-compat_2.11:6.41.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.twitter : finagle-http-compat_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.twitter" % "finagle-http-compat_2.11" % "6.41.0"

Advertisement