github地址
https://github.com/rcarz/jira-client
使用
1)私服
<!-- https://mvnrepository.com/artifact/net.rcarz/jira-client -->
<dependency>
<groupId>net.rcarz</groupId>
<artifactId>jira-client</artifactId>
<version>0.6.3-IHTSDO</version>
</dependency>
2)本地库编译打包
<dependency>
<groupId>net.rcarz</groupId>
<artifactId>jira-client</artifactId>
<version>0.6-SNAPSHOT</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/jira-client-0.6-SNAPSHOT.jar</systemPath>
</dependency>