Intellij Idea 使用intellij构建系统添加Jitpack依赖项

rseugnpd  于 2023-10-15  发布在  其他
关注(0)|答案(1)|浏览(90)

使用IntellIJ构建系统(由IDE管理)创建新的Kotlin项目。我想在我的项目中添加一个托管在jitpack上的依赖项:https://jitpack.io/#OldManAlpha/Monopoly-Deal/
IntellIJ网站上有关于如何添加依赖项的信息:https://www.jetbrains.com/help/idea/working-with-module-dependencies.html以及如何添加新的maven jar位置:https://www.jetbrains.com/help/idea/library.html#configure-custom-remote-repo,但是在添加www.example.com之后jitpack.io,我仍然无法在搜索时找到垄断库。
我可以切换回gradle/maven,但这似乎是可能的。
谢谢你,

uemypmqf

uemypmqf1#

尝试键入工件的完整路径。举例来说:File | Project Structure | Libraries | From Maven...下的com.github.OldManAlpha.Monopoly-Deal:mdclient:v0.7

相关问题