https://github.com/freefair/okhttp-spring-boot
Spring Boot starters for OkHttp
https://github.com/freefair/okhttp-spring-boot
okhttp spring spring-boot spring-boot-starter spring-boot-starters
Last synced: 17 days ago
JSON representation
Spring Boot starters for OkHttp
- Host: GitHub
- URL: https://github.com/freefair/okhttp-spring-boot
- Owner: freefair
- License: mit
- Created: 2016-12-29T21:03:38.000Z (over 8 years ago)
- Default Branch: 3.4.x
- Last Pushed: 2025-04-25T02:21:29.000Z (17 days ago)
- Last Synced: 2025-04-25T15:13:58.234Z (17 days ago)
- Topics: okhttp, spring, spring-boot, spring-boot-starter, spring-boot-starters
- Language: Java
- Homepage: https://docs.freefair.io/okhttp-spring-boot/current/
- Size: 7.58 MB
- Stars: 69
- Watchers: 5
- Forks: 13
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Boot Starters for [OkHttp](http://square.github.io/okhttp/)

[](https://github.com/freefair/okhttp-spring-boot/blob/master/LICENSE)
[](https://codecov.io/gh/freefair/okhttp-spring-boot)
[](https://travis-ci.com/freefair/okhttp-spring-boot)## Available Starters
- `okhttp4-spring-boot-starter`
- `okhttp5-spring-boot-starter`
- `okhttp-spring-boot-starter` (Alias for `okhttp4-spring-boot-starter`)## Using Gradle
```gradle
dependencies {
compile "io.freefair.okhttp-spring-boot:okhttp-spring-boot-starter:$version"
}
```
## Using Maven
```xmlio.freefair.okhttp-spring-boot
okhttp-spring-boot-starter
${version}```