MVN

com.github.ramesh-dev : http-utils

Maven & Gradle

Mar 01, 2019

Http Utils · A light-weight http library to use for java client libraries

<dependency>
    <groupId>com.github.ramesh-dev</groupId>
    <artifactId>http-utils</artifactId>
    <version>0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ramesh-dev : http-utils to add to Maven - Latest Versions:

  • Latest Stable: 0.2

All Versions

Choose a version of com.github.ramesh-dev : http-utils to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2
http-utils-0.2
0.1
http-utils-0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.ramesh-dev</groupId>
    <artifactId>http-utils</artifactId>
    <version>0.2</version>
</dependency>