Skip to content

Commit

Permalink
Merge pull request #16 from raiju/patch-1
Browse files Browse the repository at this point in the history
Document gradle usage
  • Loading branch information
markelliot committed Dec 24, 2015
2 parents 517593f + a55a44a commit fe8c9c5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,23 @@ http-servers
Provides Dropwizard/Jersey exception mappers for translating common JAX-RS exceptions to
appropriate HTTP error codes.

Usage
=====


Gradle:

repositories {
jcenter()
}
dependencies {
compile "com.palantir.remoting:http-clients:0.1.2"
compile "com.palantir.remoting:http-servers:0.1.2"
compile "com.palantir.remoting:trust-stores:0.1.2"
compile "com.palantir.remoting:error-handling:0.1.2"
}


License
-------
This repository is made available under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0).

0 comments on commit fe8c9c5

Please sign in to comment.