File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33[ ![ ] ( https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square )] ( http://ipn.io )
44[ ![ ] ( https://img.shields.io/badge/project-multiformats-blue.svg?style=flat-square )] ( http://github.com/multiformats/multiformats )
55[ ![ ] ( https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square )] ( http://webchat.freenode.net/?channels=%23ipfs )
6+ [ ![ Release] ( https://jitpack.io/v/multiformats/java-multihash.svg )]
7+ (https://jitpack.io/#multiformats/java-multihash )
68
79> A Java implementation of Multihash
810
Original file line number Diff line number Diff line change 3636 <hamcrest .version>1.3</hamcrest .version>
3737 </properties >
3838
39+ <repositories >
40+ <repository >
41+ <id >jitpack.io</id >
42+ <url >https://jitpack.io</url >
43+ </repository >
44+ </repositories >
45+
3946 <dependencies >
4047 <dependency >
4148 <groupId >junit</groupId >
4956 <version >${hamcrest.version} </version >
5057 <scope >test</scope >
5158 </dependency >
59+ <dependency >
60+ <groupId >com.github.multiformats</groupId >
61+ <artifactId >java-multibase</artifactId >
62+ <version >v1.0.0</version >
63+ </dependency >
5264 </dependencies >
5365
5466 <build >
You can’t perform that action at this time.
0 commit comments