I can uncompress zip, gzip, and rar files, but I also need to uncompress bzip2 files as well as unarchive them (.tar). I haven't come across a good library to use.
I am using Java along with Maven so ideally, I'd like to include it as a dependency in the POM.
What libraries do you recommend?
The best option I can see is Apache Commons Compress with this Maven dependency.
From the examples: