rest-client-call-exception
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>dev.alubenets</groupId> <artifactId>rest-client-call-exception</artifactId> <version>0.0.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>dev.alubenets</groupId> <artifactId>rest-client-call-exception</artifactId> <version>0.0.2</version> <name>rest-client-call-exception</name> <description>A simple wrapper around RestClientResponseException that can contain an instance of HttpRequest inside it.</description> <url>https://github.com/snejokeee/rest-client-call-exception</url> <inceptionYear>2024</inceptionYear> <licenses> <license> <name>MIT License</name> <url>https://spdx.org/licenses/MIT.html</url> </license> </licenses> <developers> <developer> <id>snejokeee</id> <name>Aleksey Lubenets</name> <email>an.lubenets@gmail.com</email> <url>https://alubenets.dev</url> </developer> </developers> <scm> <connection>scm:git:https://github.com/snejokeee/rest-client-call-exception.git</connection> <developerConnection>scm:git:ssh://github.com/snejokeee/rest-client-call-exception.git</developerConnection> <url>https://github.com/snejokeee/rest-client-call-exception</url> </scm> <dependencies> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>6.1.14</version> <scope>compile</scope> </dependency> <dependency> <groupId>jakarta.servlet</groupId> <artifactId>jakarta.servlet-api</artifactId> <version>6.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> <version>3.2.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>3.0.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.16</version> <scope>compile</scope> </dependency> </dependencies> </project>