当您在项目中使用外部依赖项时,如何在 github 中向项目添加外部依赖项?

How to add external dependency to a project in github when u use that external dependency in your project?

提问人:VishIsHere26 提问时间:10/13/2023 更新时间:10/13/2023 访问量:15

问:

所以我最近在 GitHub 中上传了我的 GUI 计算器项目,我使用了 exp4j 我已经拖动了项目文件并将其上传到存储库中,而无需上传外部依赖项。

如果其他用户下载项目文件,我的代码是否会在其他用户的设备中运行?

Java GitHub 依赖

评论

0赞 Rifat Rubayatul Islam 10/13/2023
您是如何管理依赖项的?您是使用 maven/gradle 还是只是在类路径中添加了 jar 文件?

答: 暂无答案