Skip to content

freefair/okhttp-spring-boot

This branch is up to date with 3.3.x.

Folders and files

NameName
Last commit message
Last commit date
Nov 21, 2024
Nov 6, 2019
Jan 27, 2025
Jan 10, 2025
Nov 17, 2023
Nov 21, 2024
Apr 18, 2024
Nov 17, 2023
Jun 15, 2019
Nov 17, 2023
Jan 9, 2025
Jan 27, 2025
Oct 27, 2021
Jan 7, 2025
Jul 23, 2024
Aug 25, 2023
Feb 4, 2025

Repository files navigation

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>okhttp-spring-boot-starter</artifactId>
    <version>${version}</version>
</dependency>