org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project
1.目的
使用maven下载mqtt 相关jar,配置如下
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>mqtt-client</artifactId>
<version>0.2.1</version>
</depend...
原创
2019-06-10 22:10:29 ·
4389 阅读 ·
0 评论