httpclient
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.javaquery</groupId>
<artifactId>httpclient</artifactId>
<version>1.0.7</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>com.javaquery</groupId>
<artifactId>httpclient</artifactId>
<version>1.0.7</version>
<name>httpclient</name>
<description>httpclient - Java library</description>
<url>https://github.com/javaquery/JLite</url>
<inceptionYear>2025</inceptionYear>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/javaquery/JLite/blob/main/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>javaquery</id>
<name>Vicky Thakor</name>
<email>vicky.thakor@javaquery.com</email>
<organization>JavaQuery</organization>
<organizationUrl>https://javaquery.com</organizationUrl>
<timezone>+05:30</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/javaquery/JLite.git</connection>
<developerConnection>scm:git:ssh://git@github.com:javaquery/JLite.git</developerConnection>
<url>https://github.com/javaquery/JLite</url>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/javaquery/JLite/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>com.javaquery</groupId>
<artifactId>util</artifactId>
<version>1.2.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.16</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20250107</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.14</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5.14</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
<version>8.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.scribejava</groupId>
<artifactId>scribejava-core</artifactId>
<version>8.3.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.42</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>