vineflower

Java decompiler that converts bytecode back into readable source code

brewmacoslinux
Try with needOr install directly
Source

About

Java decompiler

Commands

vineflower

Examples

Decompile a single JAR file$ vineflower input.jar output_directory
Decompile a class file to stdout$ vineflower MyClass.class -
Decompile with specific output format options$ vineflower --help