A multi-decompiler standalone desktop GUI supporting JD-Core V0 & V1, CFR,
Procyon, Fernflower, Vineflower & Jadx.

Initially a duo of decompilers were supported (JD-Core v0 & v1), but now other
decompilers are supported with the transformer-api project. JD-Core v0 and v1
are 2 different decompilers rather than 2 different versions of the same one.
They use a different algorithm:
 * JD-Core v0 uses byte code pattern matching like JAD, the 1st Java decompiler
 * JD-Core v1 uses an analytical algorithm like Fernflower, the 1st analytical
   decompiler

This project is built on top of original JD-GUI written by Emmanuel Dupuy.
