users@jersey.java.net

[Jersey] Hoodie - Type safe annotation based wrapper for jersey client

From: Burak DEDE <burakdede87_at_gmail.com>
Date: Fri, 5 Feb 2016 15:07:25 +0200

Hi everyone,

I wrote open source library on top of *jersey-client* called Hoodie
<https://github.com/burakdd/hoodie> that allows you to consume third party
services or your own easily with simple interfaces and annotation. Tool
comes handy when you have lots of shared domain classes between your
apps/services. Checkout source on *github
<https://github.com/burakdd/hoodie>* or use via *maven*.

https://github.com/burakdd/hoodie

<dependency>
    <groupId>com.burakdede</groupId>
    <artifactId>hoodie</artifactId>
    <version>0.0.1</version>
</dependency>