xidianzxm

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>

分类:

技术点:

相关文章:

  • 2021-12-04
  • 2021-11-30
  • 2021-11-27
  • 2021-11-29
  • 2021-09-24
  • 2021-07-13
  • 2021-05-28
  • 2021-11-16
猜你喜欢
  • 2022-12-23
  • 2021-04-26
  • 2021-12-07
  • 2021-04-01
  • 2022-12-23
  • 2021-09-23
相关资源
相似解决方案