From 3a5be9b9fc6c730f1937825242e86a5155d9246f Mon Sep 17 00:00:00 2001 From: dom farr Date: Wed, 16 Jul 2014 08:48:19 +0100 Subject: [PATCH] Update README.md Added Retrofit under REST Frameworks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4653e4f..c0a5fdb 100644 --- a/README.md +++ b/README.md @@ -307,6 +307,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ * [Dropwizard](https://dropwizard.github.io/dropwizard/) - Opinionated framework for setting up modern web applications, includes Jetty, Jackson, Jersey and Metrics. * [Jersey](https://jersey.java.net/) - JAX-RS reference implementation. * [RESTEasy](http://resteasy.jboss.org/) - Fully certified and portable implementation of the JAX-RS specification. +* [Retrofit](http://square.github.io/retrofit/) - A type-safe REST client for Java. # Resources