is not current version
Last Version 0.8.0

com.nexocode:jira-client 0.7.0

A simple JIRA REST client

Categories

Categories

CLI User Interface
GroupId

GroupId

com.nexocode
ArtifactId

ArtifactId

jira-client
Version

Version

0.7.0
Type

Type

jar

Download jira-client 0.7.0


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