MVN

com.cisco.oss.foundation : http-client-netflix

Maven & Gradle

Jan 20, 2016
2 stars

http-client-netflix · This project is the apache http client implementation library in the cisco vss foundation runtime

<dependency>
    <groupId>com.cisco.oss.foundation</groupId>
    <artifactId>http-client-netflix</artifactId>
    <version>1.0.1-4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cisco.oss.foundation : http-client-netflix to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1-4

All Versions

Choose a version of com.cisco.oss.foundation : http-client-netflix to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
http-client-netflix-1.0.1-4
http-client-netflix-1.0.1-3

How to add a dependency to Maven

Add the following com.cisco.oss.foundation : http-client-netflix maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cisco.oss.foundation</groupId>
    <artifactId>http-client-netflix</artifactId>
    <version>1.0.1-4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cisco.oss.foundation : http-client-netflix gradle dependency to your build.gradle file:

implementation 'com.cisco.oss.foundation:http-client-netflix:1.0.1-4'

Gradle Kotlin DSL: Add the following com.cisco.oss.foundation : http-client-netflix gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cisco.oss.foundation:http-client-netflix:1.0.1-4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cisco.oss.foundation : http-client-netflix sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cisco.oss.foundation" % "http-client-netflix" % "1.0.1-4"

Advertisement