http-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>eu.compass-com</groupId>
<artifactId>http-client</artifactId>
<version>2.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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>eu.compass-com</groupId>
<artifactId>http-client</artifactId>
<version>2.0.0</version>
<packaging>pom</packaging>
<name>HTTP Client</name>
<description>Utility library for repeatable HTTP REST Requests</description>
<url>https://gitlab.com/compass-oss/http-client</url>
<organization>
<name>Compass Communication a.s.</name>
<url>https://www.compass-com.eu</url>
</organization>
<licenses>
<license>
<name>MIT</name>
<url>https://gitlab.com/compass-oss/http-client/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>tomas.vazac</id>
<name>Tomáš Vazač</name>
<email>tomas.vazac@compass-com.eu</email>
<timezone>Europe/Prague</timezone>
</developer>
<developer>
<id>Kunovjánek</id>
<name>Zdeněk Kunovjánek</name>
<email>zdenek.kunovjanek@compass-com.eu</email>
<timezone>Europe/Prague</timezone>
</developer>
</developers>
<scm>
<connection>git@gitlab.com:compass-oss/http-client.git</connection>
<url>https://gitlab.com/compass-oss/http-client</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>2023.0.3</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.3.3</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
</project>