is not current version
Last Version 0.5

net.rcarz:jira-client 0.4

A simple JIRA REST client

Categories

Categories

Net CLI User Interface
GroupId

GroupId

net.rcarz
ArtifactId

ArtifactId

jira-client
Version

Version

0.4
Type

Type

jar

Download jira-client 0.4


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