Download jira-client-0.5.jar file

Introduction

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

License

GNU Lesser General Public License (LGPL)

Type List

jira-client-0.5.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/net.rcarz/jira-client/pom.properties
META-INF/maven/net.rcarz/jira-client/pom.xml
net.rcarz.jiraclient.Attachment.class
net.rcarz.jiraclient.BasicCredentials.class
net.rcarz.jiraclient.ChangeLog.class
net.rcarz.jiraclient.ChangeLogEntry.class
net.rcarz.jiraclient.ChangeLogItem.class
net.rcarz.jiraclient.Comment.class
net.rcarz.jiraclient.Component.class
net.rcarz.jiraclient.CustomFieldOption.class
net.rcarz.jiraclient.Field.class
net.rcarz.jiraclient.ICredentials.class
net.rcarz.jiraclient.Issue.class
net.rcarz.jiraclient.IssueLink.class
net.rcarz.jiraclient.IssueType.class
net.rcarz.jiraclient.JiraClient.class
net.rcarz.jiraclient.JiraException.class
net.rcarz.jiraclient.LinkType.class
net.rcarz.jiraclient.Priority.class
net.rcarz.jiraclient.Project.class
net.rcarz.jiraclient.Resolution.class
net.rcarz.jiraclient.Resource.class
net.rcarz.jiraclient.RestClient.class
net.rcarz.jiraclient.RestException.class
net.rcarz.jiraclient.Status.class
net.rcarz.jiraclient.TimeTracking.class
net.rcarz.jiraclient.User.class
net.rcarz.jiraclient.Version.class
net.rcarz.jiraclient.Votes.class
net.rcarz.jiraclient.Watches.class
net.rcarz.jiraclient.WorkLog.class
net.rcarz.jiraclient.greenhopper.Backlog.class
net.rcarz.jiraclient.greenhopper.Epic.class
net.rcarz.jiraclient.greenhopper.EpicStats.class
net.rcarz.jiraclient.greenhopper.EstimateStatistic.class
net.rcarz.jiraclient.greenhopper.EstimateSum.class
net.rcarz.jiraclient.greenhopper.GreenHopperClient.class
net.rcarz.jiraclient.greenhopper.GreenHopperField.class
net.rcarz.jiraclient.greenhopper.GreenHopperIssue.class
net.rcarz.jiraclient.greenhopper.GreenHopperResource.class
net.rcarz.jiraclient.greenhopper.Marker.class
net.rcarz.jiraclient.greenhopper.RapidView.class
net.rcarz.jiraclient.greenhopper.RapidViewProject.class
net.rcarz.jiraclient.greenhopper.RapidViewVersion.class
net.rcarz.jiraclient.greenhopper.Sprint.class
net.rcarz.jiraclient.greenhopper.SprintIssue.class
net.rcarz.jiraclient.greenhopper.SprintReport.class

Pom

jira-client-0.5.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <groupId>net.rcarz</groupId>
  <artifactId>jira-client</artifactId>
  <version>0.5</version>
  <packaging>jar</packaging>

  <name>jira-client</name>
  <description>A simple JIRA REST client</description>
  <url>https://github.com/rcarz/jira-client</url>

  <licenses>
    <license>
      <name>GNU Lesser General Public License (LGPL)</name>
      <url>http://www.gnu.org/licenses/lgpl.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <scm>
    <url>https://github.com/rcarz/jira-client</url>
    <connection>https://github.com/rcarz/jira-client</connection>
  </scm>

  <developers>
    <developer>
      <id>rcarz</id>
      <name>Bob Carroll</name>
      <email>bob.carroll@alum.rit.edu</email>
    </developer>
  </developers>

  <parent>
    <groupId>org.sonatype.oss</groupId>
    <artifactId>oss-parent</artifactId>
    <version>7</version>
  </parent>

  <dependencies>

    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.2.5</version>
      <scope>compile</scope>
    </dependency>

    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpmime</artifactId>
      <version>4.2.5</version>
    </dependency>

    <dependency>
      <groupId>net.sf.json-lib</groupId>
      <artifactId>json-lib</artifactId>
      <version>2.4</version>
      <classifier>jdk15</classifier>
      <scope>compile</scope>
    </dependency>
    
    <dependency>
      <groupId>joda-time</groupId>
      <artifactId>joda-time</artifactId>
      <version>2.3</version>
      <scope>compile</scope>
    </dependency>
      <dependency>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
          <version>4.8.2</version>
      </dependency>
      <dependency>
          <groupId>org.mockito</groupId>
          <artifactId>mockito-all</artifactId>
          <version>1.9.0</version>
      </dependency>
      <dependency>
          <groupId>commons-httpclient</groupId>
          <artifactId>commons-httpclient</artifactId>
          <version>3.1</version>
      </dependency>

  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>net.rcarz</groupId>
   <artifactId>jira-client</artifactId>
   <version>0.5</version>
</dependency>

Download

If you think the following jira-client-0.5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jira-client-0.5.jar file




PreviousNext

Related