harmonysoft-http-client-apache-test
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>tech.harmonysoft</groupId>
<artifactId>harmonysoft-http-client-apache-test</artifactId>
<version>3.5.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>tech.harmonysoft</groupId>
<artifactId>harmonysoft-http-client-apache-test</artifactId>
<version>3.5.0</version>
<name>harmonysoft-http-client-apache-test</name>
<description>Common general-purpose Kotlin utility</description>
<url>https://github.com/denis-zhdanov/harmonysoft-common</url>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>http://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>denis</id>
<name>Denis Zhdanov</name>
<email>denzhdanov@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://https://github.com/denis-zhdanov/harmonysoft-common</connection>
<developerConnection>scm:git:git://https://github.com/denis-zhdanov/harmonysoft-common</developerConnection>
<url>https://github.com/denis-zhdanov/harmonysoft-common</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.2.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>tech.harmonysoft</groupId>
<artifactId>configurario-client-jvm-api</artifactId>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
<version>2.0.1.MR</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>tech.harmonysoft</groupId>
<artifactId>harmonysoft-http-client-apache</artifactId>
<version>3.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>tech.harmonysoft</groupId>
<artifactId>harmonysoft-http-client-test</artifactId>
<version>3.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.9.23</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>