is not current version
Last Version 0.0.9

com.g2forge.gearbox:gb-jira 0.0.8

A thin wrapper of helpers methods around the Atlassian Jira Java REST client, along with some helpful utilities.

GroupId

GroupId

com.g2forge.gearbox
ArtifactId

ArtifactId

gb-jira
Version

Version

0.0.8
Type

Type

jar

Download gb-jira 0.0.8


<!-- https://jarcasting.com/artifacts/com.g2forge.gearbox/gb-jira/ -->
<dependency>
    <groupId>com.g2forge.gearbox</groupId>
    <artifactId>gb-jira</artifactId>
    <version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.g2forge.gearbox/gb-jira/
implementation 'com.g2forge.gearbox:gb-jira:0.0.8'
// https://jarcasting.com/artifacts/com.g2forge.gearbox/gb-jira/
implementation ("com.g2forge.gearbox:gb-jira:0.0.8")
'com.g2forge.gearbox:gb-jira:jar:0.0.8'
<dependency org="com.g2forge.gearbox" name="gb-jira" rev="0.0.8">
  <artifact name="gb-jira" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.g2forge.gearbox', module='gb-jira', version='0.0.8')
)
libraryDependencies += "com.g2forge.gearbox" % "gb-jira" % "0.0.8"
[com.g2forge.gearbox/gb-jira "0.0.8"]