mvn install:install-file -DgroupId=com.iflytek.fsp.shield -DartifactId=api-gw-sdk-java -Dversion=V2.2 -Dpackaging=jar -Dfile=D:\JavaWorkSpace\hip-codeSystem\codeSystem-huainan\src\main\resources\lib\api-gw-sdk-java-V2.2.jar -Dmaven.repo.local=D:\server\maven\repository
引入pom
<dependency>
<groupId>com.iflytek.fsp.shield</groupId>
<artifactId>api-gw-sdk-java</artifactId>
<version>V2.2</version>
</dependency>