MVN

io.freefair.okhttp-spring-boot : okhttp3-spring-boot-starter

Maven & Gradle

Nov 24, 2022
2 usages
63 stars

OkHttp 3 Spring Boot Starter · OkHttp 3 Spring Boot Starter

<dependency>
    <groupId>io.freefair.okhttp-spring-boot</groupId>
    <artifactId>okhttp3-spring-boot-starter</artifactId>
    <version>2.6.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.freefair.okhttp-spring-boot : okhttp3-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.14
  • Latest Release Candidate: 2.6.0-rc1

All Versions

Choose a version of io.freefair.okhttp-spring-boot : okhttp3-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
okhttp3-spring-boot-starter-3.0.0-m1
2.7.x
okhttp3-spring-boot-starter-2.7.0-m1
2.6.x
okhttp3-spring-boot-starter-2.6.14
okhttp3-spring-boot-starter-2.6.13
okhttp3-spring-boot-starter-2.6.12
okhttp3-spring-boot-starter-2.6.11
okhttp3-spring-boot-starter-2.6.10
okhttp3-spring-boot-starter-2.6.9
okhttp3-spring-boot-starter-2.6.8
okhttp3-spring-boot-starter-2.6.7
okhttp3-spring-boot-starter-2.6.5
okhttp3-spring-boot-starter-2.6.4
okhttp3-spring-boot-starter-2.6.3
okhttp3-spring-boot-starter-2.6.0
okhttp3-spring-boot-starter-2.6.0-rc1
okhttp3-spring-boot-starter-2.6.0-m2
2.5.x
okhttp3-spring-boot-starter-2.5.14
okhttp3-spring-boot-starter-2.5.13
okhttp3-spring-boot-starter-2.5.11
okhttp3-spring-boot-starter-2.5.10
okhttp3-spring-boot-starter-2.5.7
okhttp3-spring-boot-starter-2.5.6
okhttp3-spring-boot-starter-2.5.5
okhttp3-spring-boot-starter-2.5.4
okhttp3-spring-boot-starter-2.5.3
okhttp3-spring-boot-starter-2.5.2
okhttp3-spring-boot-starter-2.5.0-rc1
2.4.x
okhttp3-spring-boot-starter-2.4.13
okhttp3-spring-boot-starter-2.4.12
okhttp3-spring-boot-starter-2.4.11
okhttp3-spring-boot-starter-2.4.10
okhttp3-spring-boot-starter-2.4.8
okhttp3-spring-boot-starter-2.4.5.1
okhttp3-spring-boot-starter-2.4.0-rc2
okhttp3-spring-boot-starter-2.4.0-rc1
okhttp3-spring-boot-starter-2.4.0-m3
2.3.x
okhttp3-spring-boot-starter-2.3.12
okhttp3-spring-boot-starter-2.3.6
okhttp3-spring-boot-starter-2.3.4
okhttp3-spring-boot-starter-2.3.0-rc1
okhttp3-spring-boot-starter-2.3.0-m4
okhttp3-spring-boot-starter-2.3.0-m2
2.2.x
okhttp3-spring-boot-starter-2.2.13
okhttp3-spring-boot-starter-2.2.10
okhttp3-spring-boot-starter-2.2.9
okhttp3-spring-boot-starter-2.2.5
okhttp3-spring-boot-starter-2.2.2
okhttp3-spring-boot-starter-2.2.1
okhttp3-spring-boot-starter-2.2.0-m1
2.1.x
okhttp3-spring-boot-starter-2.1.10
okhttp3-spring-boot-starter-2.1.6
okhttp3-spring-boot-starter-2.1.5.2
okhttp3-spring-boot-starter-2.1.5.1
okhttp3-spring-boot-starter-2.1.5
okhttp3-spring-boot-starter-2.1.3
okhttp3-spring-boot-starter-2.1.1
okhttp3-spring-boot-starter-2.1.0
unspecified
okhttp3-spring-boot-starter-unspecified

How to add a dependency to Maven

Add the following io.freefair.okhttp-spring-boot : okhttp3-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.freefair.okhttp-spring-boot</groupId>
    <artifactId>okhttp3-spring-boot-starter</artifactId>
    <version>2.6.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.freefair.okhttp-spring-boot : okhttp3-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'io.freefair.okhttp-spring-boot:okhttp3-spring-boot-starter:2.6.14'

Gradle Kotlin DSL: Add the following io.freefair.okhttp-spring-boot : okhttp3-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("io.freefair.okhttp-spring-boot:okhttp3-spring-boot-starter:2.6.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.freefair.okhttp-spring-boot : okhttp3-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "io.freefair.okhttp-spring-boot" % "okhttp3-spring-boot-starter" % "2.6.14"

Advertisement