mirror of
https://github.com/sparrowwallet/hummingbird.git
synced 2024-11-02 18:46:45 +00:00
add dependencies
This commit is contained in:
parent
7dc6404d62
commit
2b89f2f8dc
1 changed files with 5 additions and 1 deletions
|
@ -6,7 +6,7 @@ Hummingbird is a Java implementation of the [Uniform Resources (UR)](https://git
|
|||
It is a direct port of the [URKit](https://github.com/BlockchainCommons/URKit) implementation by Wolf McNally.
|
||||
It contains both the classes to represent a UR, and a UR encoder and decoder to encode and decode to/from the QR representations.
|
||||
|
||||
## Configuration
|
||||
## Setup
|
||||
|
||||
Hummingbird is hosted in Maven Central and can be added as a dependency with the following:
|
||||
|
||||
|
@ -59,3 +59,7 @@ Hummingbird has a thorough testsuite ported from URKit. The tests can be run wit
|
|||
## License
|
||||
|
||||
Hummingbird is licensed under the Apache 2 software license.
|
||||
|
||||
## Dependencies
|
||||
|
||||
- [cbor-java](https://github.com/c-rack/cbor-java/tree/master/src/main/java/co/nstant/in/cbor)
|
||||
|
|
Loading…
Reference in a new issue