| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.ramesh-dev | 
    
| ArtifactId | ArtifactIdhttp-utils | 
    
| Last Version | Last Version0.2 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionHttp Utils 
            A light-weight http library to use for java client libraries 
         | 
    
| Project Organization | 
                    Project Organizationcom.github.ramesh-dev | 
            
| Filename | Size | 
|---|---|
| http-utils-0.2.pom | |
| http-utils-0.2.jar | 1 KB | 
| http-utils-0.2-sources.jar | 5 KB | 
| http-utils-0.2-javadoc.jar | 39 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.ramesh-dev/http-utils/ -->
<dependency>
    <groupId>com.github.ramesh-dev</groupId>
    <artifactId>http-utils</artifactId>
    <version>0.2</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.ramesh-dev/http-utils/
implementation 'com.github.ramesh-dev:http-utils:0.2'
                // https://jarcasting.com/artifacts/com.github.ramesh-dev/http-utils/
implementation ("com.github.ramesh-dev:http-utils:0.2")
                'com.github.ramesh-dev:http-utils:pom:0.2'
                <dependency org="com.github.ramesh-dev" name="http-utils" rev="0.2">
  <artifact name="http-utils" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.github.ramesh-dev', module='http-utils', version='0.2')
)
                libraryDependencies += "com.github.ramesh-dev" % "http-utils" % "0.2"
                [com.github.ramesh-dev/http-utils "0.2"]