Created by: jmini
This PR adds constants for the libraries in the JavaClientCodegen.
This is useful, when OpenAPI Generator is used directly (no maven, no cli):
JavaClientCodegen config = new JavaClientCodegen();
config.setLibrary(JavaClientCodegen.OKHTTP_GSON);
It might also be useful in the unit tests.