# Common ReST Client Library This project provides a library for Spring and POJO-based REST client instantiation. ## Usage First, you will need to include the library in your project. ```xml ... ... com.inteligr8 common-rest-client ... ... ... ``` See the `cxf` and `jersey` branches for examples and more documentation.