MVN

com.squareup.okhttp : okcurl

Maven & Gradle

Feb 26, 2016
2 usages

OkCurl

<dependency>
    <groupId>com.squareup.okhttp</groupId>
    <artifactId>okcurl</artifactId>
    <version>2.7.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.squareup.okhttp : okcurl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.5
  • Latest Release Candidate: 2.4.0-RC1

All Versions

Choose a version of com.squareup.okhttp : okcurl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
okcurl-2.7.5
okcurl-2.7.4
okcurl-2.7.3
okcurl-2.7.2
okcurl-2.7.1
okcurl-2.7.0
2.6.x
okcurl-2.6.0
2.5.x
okcurl-2.5.0
2.4.x
okcurl-2.4.0
okcurl-2.4.0-RC1
2.3.x
okcurl-2.3.0
2.2.x
okcurl-2.2.0
2.1.x
okcurl-2.1.0
okcurl-2.1.0-RC1
2.0.x
okcurl-2.0.0
okcurl-2.0.0-RC2
okcurl-2.0.0-RC1

How to add a dependency to Maven

Add the following com.squareup.okhttp : okcurl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.squareup.okhttp</groupId>
    <artifactId>okcurl</artifactId>
    <version>2.7.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.squareup.okhttp : okcurl gradle dependency to your build.gradle file:

implementation 'com.squareup.okhttp:okcurl:2.7.5'

Gradle Kotlin DSL: Add the following com.squareup.okhttp : okcurl gradle kotlin dependency to your build.gradle.kts file:

implementation("com.squareup.okhttp:okcurl:2.7.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.squareup.okhttp : okcurl sbt scala dependency to your build.sbt file:

libraryDependencies += "com.squareup.okhttp" % "okcurl" % "2.7.5"

Advertisement