当前位置: 首页 > 工具软件 > JIRA-Client > 使用案例 >

Jira客户端

慎俊雄
2023-12-01

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>

转载于:https://www.cnblogs.com/xidianzxm/p/10594989.html

 类似资料: