confluence4j-rest-v1
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.primelib</groupId> <artifactId>confluence4j-rest-v1</artifactId> <version>0.3.2</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>confluence4j-rest-v1</artifactId> <version>0.3.2</version> <name>Confluence REST Client</name> <description>Unofficial API client generated from the Confluence OpenAPI specification.</description> <url>https://https://github.com/primelib/confluence-client</url> <licenses> <license> <name>MIT</name> <url>https://github.com/primelib/confluence-client/blob/main/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>PrimeCodeGen</id> <name>PrimeLib PrimeCodeGen</name> <roles> <role>maintainer</role> </roles> </developer> </developers> <scm> <connection>scm:git:git://https://github.com/primelib/confluence-client.git</connection> <developerConnection>scm:git:git://https://github.com/primelib/confluence-client.git</developerConnection> <url>https://https://github.com/primelib/confluence-client</url> </scm> <issueManagement> <system>GitHub</system> <url>https://https://github.com/primelib/confluence-client/issues</url> </issueManagement> <dependencyManagement> <dependencies> <dependency> <groupId>io.github.openfeign</groupId> <artifactId>feign-bom</artifactId> <version>13.6</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>io.github.resilience4j</groupId> <artifactId>resilience4j-bom</artifactId> <version>2.3.0</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson</groupId> <artifactId>jackson-bom</artifactId> <version>2.19.2</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-bom</artifactId> <version>1.15.2</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-bom</artifactId> <version>2.0.17</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>io.github.primelib.primecodegenlib.java</groupId> <artifactId>bom</artifactId> <version>0.0.6</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> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.17</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jspecify</groupId> <artifactId>jspecify</artifactId> <version>1.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> <version>26.0.2</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.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>5.1.0</version> <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>