66.2 Nested libraries
When repackaging an archive you can include references to dependency files using the org.springframework.boot.loader.tools.Libraries
interface. We don’t provide any concrete implementations of Libraries
here as they are usually build system specific.
If your archive already includes libraries you can use Libraries.NONE
.