MVN

com.pkulak.httpclient : httpclient

Maven & Gradle

Nov 07, 2018
1 stars

HTTP Client · Yet another take on an HTTP client library.

<dependency>
    <groupId>com.pkulak.httpclient</groupId>
    <artifactId>httpclient</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.pkulak.httpclient : httpclient to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.pkulak.httpclient : httpclient to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
httpclient-1.0.1
1.0
httpclient-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.pkulak.httpclient</groupId>
    <artifactId>httpclient</artifactId>
    <version>1.0.1</version>
</dependency>