We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e501fd commit 0adf582Copy full SHA for 0adf582
README.md
@@ -52,8 +52,10 @@ byte[] fileContents = ipfs.cat(filePointer);
52
```
53
54
## Dependencies
55
-* [Multiaddr](https://github.com/multiformats/java-multiaddr)
56
-* [Multihash](https://github.com/multiformats/java-multihash)
+* [multibase](https://github.com/multiformats/java-multibase)
+* [multiaddr](https://github.com/multiformats/java-multiaddr)
57
+* [multihash](https://github.com/multiformats/java-multihash)
58
+* [cid](https://github.com/ipld/java-cid)
59
60
## Building
61
---------
0 commit comments