Of course I can’t find this jar package, and the path is wrong. Generally, libraries with basic functions like this will be extracted into a module, and then each module will depend on it. For example: network loading, image loading, log printing, some tool classes, etc. can be extracted into a basic modulemodule, and finally other modules depend on this module.
Of course I can’t find this jar package, and the path is wrong.
Generally, libraries with basic functions like this will be extracted into a module, and then each module will depend on it.
For example: network loading, image loading, log printing, some tool classes, etc. can be extracted into a basic modulemodule, and finally other modules depend on this module.
After importing it into the main project, if other modules have dependencies on the main project, they can be used directly without repeated imports
Why not use this form