Skip to content

freefair/okhttp-spring-boot

Repository files navigation

Spring Boot Starters for OkHttp

Maven Central GitHub license codecov Build Status

Available Starters

  • okhttp3-spring-boot-starter
  • okhttp-spring-boot-starter (Alias for okhttp3-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>