is not current version
Last Version 0.7.5-RELEASE

io.github.tomaszstaniewicz:jira-client 0.7.1-RELEASE

A simple JIRA REST client

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.tomaszstaniewicz
ArtifactId

ArtifactId

jira-client
Version

Version

0.7.1-RELEASE
Type

Type

jar

Download jira-client 0.7.1-RELEASE


<!-- https://jarcasting.com/artifacts/io.github.tomaszstaniewicz/jira-client/ -->
<dependency>
    <groupId>io.github.tomaszstaniewicz</groupId>
    <artifactId>jira-client</artifactId>
    <version>0.7.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.tomaszstaniewicz/jira-client/
implementation 'io.github.tomaszstaniewicz:jira-client:0.7.1-RELEASE'
// https://jarcasting.com/artifacts/io.github.tomaszstaniewicz/jira-client/
implementation ("io.github.tomaszstaniewicz:jira-client:0.7.1-RELEASE")
'io.github.tomaszstaniewicz:jira-client:jar:0.7.1-RELEASE'
<dependency org="io.github.tomaszstaniewicz" name="jira-client" rev="0.7.1-RELEASE">
  <artifact name="jira-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.tomaszstaniewicz', module='jira-client', version='0.7.1-RELEASE')
)
libraryDependencies += "io.github.tomaszstaniewicz" % "jira-client" % "0.7.1-RELEASE"
[io.github.tomaszstaniewicz/jira-client "0.7.1-RELEASE"]