https://github.com/emartech/escher-java
EscherJava - HTTP request signing lib
https://github.com/emartech/escher-java
escher
Last synced: 11 months ago
JSON representation
EscherJava - HTTP request signing lib
- Host: GitHub
- URL: https://github.com/emartech/escher-java
- Owner: emartech
- License: mit
- Created: 2015-02-02T08:11:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-08-30T14:25:22.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T07:40:57.300Z (over 2 years ago)
- Topics: escher
- Language: Java
- Size: 227 KB
- Stars: 4
- Watchers: 31
- Forks: 8
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
EscherJava - HTTP request signing lib 
=====================================
Java implementation of the [Escher](https://github.com/emartech/escher) HTTP request signing library
Prerequisite
------------
In order to compile the project, **Maven** and **JDK 11** (or above) are needed.
To check if maven is configured properly, run the `mvn --version` command and look at the line beginning with *Java version*.
Run the tests
-------------
To run all the tests, use the `mvn test` command or `make test` if you have Docker installed.
Release to Central Repository
-------------
To release the bundle.jar to the central maven repository check the [RELEASE.md file](./RELEASE.md)
About Escher
------------
More details are available at our [Escher documentation site](http://escherauth.io/).