jira4j-rest-v3
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.primelib</groupId> <artifactId>jira4j-rest-v3</artifactId> <version>0.2.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.primelib</groupId> <artifactId>jira4j-rest-v3</artifactId> <version>0.2.1</version> <name>jira4j-rest-v3</name> <description>A Java Wrapper for the Jira REST API</description> <url>https://github.com/primelib/jira4j</url> <inceptionYear>2023</inceptionYear> <licenses> <license> <name>MIT License</name> <url>https://raw.githubusercontent.com/primelib/jira4j/main/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>PhilippHeuer</id> <name>Philipp Heuer</name> <email>git@philippheuer.me</email> <roles> <role>maintainer</role> </roles> </developer> </developers> <scm> <connection>scm:git:git://github.com/primelib/jira4j.git</connection> <developerConnection>scm:git:git://github.com/primelib/jira4j.git</developerConnection> <url>https://github.com/primelib/jira4j</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/primelib/jira4j/issues</url> </issueManagement> <dependencyManagement> <dependencies> <dependency> <groupId>io.github.openfeign</groupId> <artifactId>feign-bom</artifactId> <version>13.2</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>io.github.resilience4j</groupId> <artifactId>resilience4j-bom</artifactId> <version>2.2.0</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson</groupId> <artifactId>jackson-bom</artifactId> <version>2.16.1</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>io.github.primelib.primecodegenlib.java</groupId> <artifactId>bom</artifactId> <version>0.0.2</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>io.github.primelib.primecodegenlib.java</groupId> <artifactId>feign-common</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-core</artifactId> <version>1.12.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.14</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> <version>24.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.openfeign</groupId> <artifactId>feign-core</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.openfeign</groupId> <artifactId>feign-jackson</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.openfeign</groupId> <artifactId>feign-slf4j</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.openfeign</groupId> <artifactId>feign-okhttp</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.openfeign</groupId> <artifactId>feign-micrometer</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jsr310</artifactId> <scope>runtime</scope> </dependency> </dependencies> </project>