An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Spring Boot Starters for [OkHttp](http://square.github.io/okhttp/)

![Maven Central](https://img.shields.io/maven-central/v/io.freefair.okhttp-spring-boot/okhttp-spring-boot-starter.svg)
[![GitHub license](https://img.shields.io/github/license/freefair/okhttp-spring-boot.svg)](https://github.com/freefair/okhttp-spring-boot/blob/master/LICENSE)
[![codecov](https://codecov.io/gh/freefair/okhttp-spring-boot/branch/master/graph/badge.svg)](https://codecov.io/gh/freefair/okhttp-spring-boot)
[![Build Status](https://travis-ci.com/freefair/okhttp-spring-boot.svg?branch=master)](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
```xml

io.freefair.okhttp-spring-boot
okhttp-spring-boot-starter
${version}

```