Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.09 KB

README.md

File metadata and controls

27 lines (23 loc) · 1.09 KB

Spring Boot Starters for OkHttp

Maven Central GitHub license codecov Build Status

Available Starters

  • okhttp4-spring-boot-starter
  • okhttp5-spring-boot-starter
  • okhttp-spring-boot-starter (Alias for okhttp4-spring-boot-starter)

Using Gradle

dependencies {
    compile "io.freefair.okhttp-spring-boot:okhttp-spring-boot-starter:$version"
}

Using Maven

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