While poking around and learning a bit more about what's what here, I noticed that [what's (currently) here](https://github.com/ipfs-shipyard/java-ipfs-http-client/tree/eb3e2c154995cea467c298a06dbf49e0d3195912/src/main/java/io/ipfs/api/cbor) appears to be the [same as this](https://github.com/ipld/java-ipld-cbor/tree/31292923d5cde4eb97c95871665a56188b49da2a/src/main/java/peergos/shared/cbor)? Perhaps we could replace forked copy/pasted classes with a dependency to `ipld/java-ipld-cbor`. @ianopolous would this make sense?