java-multibase icon indicating copy to clipboard operation
java-multibase copied to clipboard

A Java implementation of multibase

Results 6 java-multibase issues
Sort by recently updated
recently updated
newest added

Updated readme to correspond last release version

In this PR: - Tests migrated from JUnit4 to JUnit5 - Dependencies updated

After recent changes in Github CI to make it work with Maven, it seems that building with Ant is no longer necessary. In this PR I'm removing mentions about Ant

https://github.com/multiformats/multibase/blob/master/rfcs/Proquint.md

https://github.com/multiformats/multibase/tree/master/tests

The publishing to maven central topic has happened several times before (https://github.com/multiformats/java-multibase/issues/7 https://github.com/multiformats/java-multibase/issues/6). Why this proposal again? Libraries that are in Maven Central cannot have dependencies on libraries in other...