The project is no longer maintained. It's available from the Maven Central as
io.github.raindev:benjamin:1.0.0
but if you find the library useful it's best
to fork it or to bundle the code with your project.
Bencode Java minimalistic library. Takes lightweight approach of using built-in Java types as Bencode type equivalents. Provides simple and effective interface base on Java I/O streams and leverages use of JDK-provided exceptions. Tested with high code coverage.
It has the simplest API imaginable. All too familiar Java collections. There should be no learning curve for such a simple thing as a Bencoding library, I'm sure. No additional dependencies. Enjoy!