第一步:
编辑下面的命令,将内容改成你自己的。
然后在cmd中运行:
mvn install:install-file –Dfile=E:\open-platform-sdk-2.9-jdk1.8.jar -DgroupId=com.tencent.healthcard -DartifactId=open-platform-sdk -Dversion=2.9-jdk1.8
之后在pom.xml文件中,引入:
<dependency>
<groupId>com.tencent.healthcard</groupId>
<artifactId>open-platform-sdk</artifactId>
<version>2.9-jdk1.8</version>
</dependency>即可使用.