jira-rest-java-client-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.openengsb.wrapped</groupId> <artifactId>jira-rest-java-client-api</artifactId> <version>2.0.0-m32.w1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.openengsb.wrapped</groupId> <artifactId>jira-rest-java-client-parent</artifactId> <version>2.0.0-m32.w1</version> </parent> <artifactId>jira-rest-java-client-api</artifactId> <name>JIRA REST Java Client - Public API</name> <description>The public API for JIRA REST Java Client</description> <dependencies> <dependency> <groupId>com.atlassian.util.concurrent</groupId> <artifactId>atlassian-util-concurrent</artifactId> <version>${atlassian.concurrent.version}</version> </dependency> <dependency> <groupId>com.atlassian.httpclient</groupId> <artifactId>atlassian-httpclient-api</artifactId> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <version>${joda.time.version}</version> </dependency> </dependencies> </project>