freefair / okhttp-spring-boot

Spring Boot starters for OkHttp

Home Page:https://docs.freefair.io/okhttp-spring-boot/current/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

Spring Boot starters for OkHttp

https://docs.freefair.io/okhttp-spring-boot/current/

License:MIT License


Languages

Language:Java 100.0%