OkHttp
Spring Boot Starters forAvailable Starters
okhttp3-spring-boot-starter
okhttp-spring-boot-starter
(Alias forokhttp3-spring-boot-starter
)
Using Gradle
dependencies {
compile "io.freefair.okhttp-spring-boot:okhttp3-spring-boot-starter:$version"
}
Using Maven
<dependency>
<groupId>io.freefair.okhttp-spring-boot</groupId>
<artifactId>okhttp3-spring-boot-starter</artifactId>
<version>${version}</version>
</dependency>