Force use status of some declared dependencies, to manually fix consequences of bytecode-level analysis which
happens to not detect some effective use (constants, annotation with source-retention, javadoc).
Analyze a project's declared dependencies and effective classes used to find which artifacts are:
used and declared,
used but not declared,
not used but declared.