wechaty / java-wechaty-getting-started

Java Wechaty Starter Project Template that Works Out-of-the-Box
https://gitpod.io/#https://github.com/wechaty/java-wechaty-getting-started
Apache License 2.0
46 stars 41 forks source link

io.github.wechaty.wechaty依赖包拉不下来,哪里可以拿到 #42

Open chenzhiqiang0518 opened 3 months ago

chenzhiqiang0518 commented 3 months ago
io.github.wechaty wechaty 0.1.5-SNAPSHOT

maven依赖报错:Could not find artifact io.github.wechaty:wechaty:jar:0.1.5-SNAPSHOT in nexus (http://139.224.187.81/repository/maven-public/)

chenzhiqiang0518 commented 3 months ago

原来需要先下载java-wechaty工程,然后mvn install后,nexus上就会有io.github.wechaty wechaty 0.1.5-SNAPSHOT包了,踩坑经验,分享给大家