Jira插件开发中添加Maven第三方依赖的技术咨询
Jira插件开发进度说明
我目前正在基于以下起始代码仓库开发一款Jira插件:https://atlassian_tutorial@bitbucket.org/atlassian_tutorial/jira-scheduled-events.git
已经在项目中添加了部分第三方Maven依赖,具体依赖代码如下:
<dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-client</artifactId> <version>1.19</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId>...
内容的提问来源于stack exchange,提问作者lch




