Spring Boot Starters for OkHttp

Maven Central GitHub license codecov Build Status

Available Starters

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>