Thanks for the invitation. Generally, dependency packages are not placed in the code repository. You just need to build them locally when you pull them down.
Because it was not uploaded when uploading the project. If it is a maven project, it will not be there. It will only be there after compiling and outputting the project
Thanks for the invitation. Generally, dependency packages are not placed in the code repository. You just need to build them locally when you pull them down.
For a maven project, the dependencies are written in pom.xml
Because it was not uploaded when uploading the project. If it is a maven project, it will not be there. It will only be there after compiling and outputting the project