is not current version
Last Version 0.2

com.github.ramesh-dev:http-utils 0.1

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

GroupId

GroupId

com.github.ramesh-dev
ArtifactId

ArtifactId

http-utils
Version

Version

0.1
Type

Type

pom

Download http-utils 0.1


<!-- https://jarcasting.com/artifacts/com.github.ramesh-dev/http-utils/ -->
<dependency>
    <groupId>com.github.ramesh-dev</groupId>
    <artifactId>http-utils</artifactId>
    <version>0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ramesh-dev/http-utils/
implementation 'com.github.ramesh-dev:http-utils:0.1'
// https://jarcasting.com/artifacts/com.github.ramesh-dev/http-utils/
implementation ("com.github.ramesh-dev:http-utils:0.1")
'com.github.ramesh-dev:http-utils:pom:0.1'
<dependency org="com.github.ramesh-dev" name="http-utils" rev="0.1">
  <artifact name="http-utils" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ramesh-dev', module='http-utils', version='0.1')
)
libraryDependencies += "com.github.ramesh-dev" % "http-utils" % "0.1"
[com.github.ramesh-dev/http-utils "0.1"]