Download jira-client-0.5.jar file - Jar j

Jar examples for j:jira-client

Description

Missing release of "A simple JIRA REST client" :)

You can download jar file jira-client 0.5 in this page.

License

GNU Lesser General Public License (LGPL)

Build File

You can use the following script to add jira-client-0.5.jar to your project.

<dependency>
   <groupId>net.rcarz</groupId>
   <artifactId>jira-client</artifactId>
   <version>0.5</version>
</dependency>
compile group: 'net.rcarz', name: 'jira-client', version: '0.5'
libraryDependencies += "net.rcarz" % "jira-client" % "0.5"
<dependency org="net.rcarz" name="jira-client" rev="0.5"/>
@Grapes(@Grab(group='net.rcarz', module='jira-client', version='0.5'))
'net.rcarz:jira-client:jar:0.5'

Download

Click the following link to download the jar file.

jira-client-0.5-javadoc.jar
jira-client-0.5-sources.jar
jira-client-0.5.jar
jira-client-0.5.pom



Related Tutorials