From 1b25491324809993764cb4676a787af1220feefe Mon Sep 17 00:00:00 2001 From: Marvin Froeder Date: Sun, 22 Apr 2018 20:59:33 +1200 Subject: [PATCH] Maven badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 54f90d2d93..6b79aded0e 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Do you rely on Feign? Are you willing and able to ask hard questions and collabo [![Join the chat at https://gitter.im/OpenFeign/feign](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/OpenFeign/feign?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/OpenFeign/feign.svg?branch=master)](https://travis-ci.org/OpenFeign/feign) +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.openfeign/feign-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.openfeign/feign-core/) Feign is a Java to HTTP client binder inspired by [Retrofit](https://github.com/square/retrofit), [JAXRS-2.0](https://jax-rs-spec.java.net/nonav/2.0/apidocs/index.html), and [WebSocket](http://www.oracle.com/technetwork/articles/java/jsr356-1937161.html). Feign's first goal was reducing the complexity of binding [Denominator](https://github.com/Netflix/Denominator) uniformly to HTTP APIs regardless of [ReSTfulness](http://www.slideshare.net/adrianfcole/99problems).