jira-client

A simple JIRA REST client

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.nexocode
ArtifactId

ArtifactId

jira-client
Last Version

Last Version

0.8.0
Release Date

Release Date

Type

Type

jar
Description

Description

jira-client
A simple JIRA REST client
Project URL

Project URL

https://github.com/nexocodecom/jira-client
Source Code Management

Source Code Management

https://github.com/nexocodecom/jira-client

Download jira-client

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.5.8
org.apache.httpcomponents : httpmime jar 4.5.8
net.sf.json-lib : json-lib jar 2.4

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.powermock : powermock-module-junit4 jar 1.7.4
org.powermock : powermock-api-mockito jar 1.7.4
org.codehaus.groovy : groovy-all jar 2.4.19

Project Modules

There are no modules declared in this project.

Versions

Version
0.8.0
0.7.0