| GroupId | GroupIdcom.github.luues.tool | 
    
|---|---|
| ArtifactId | ArtifactIdtool-http | 
    
| Version | Version1.0.1.4.RELEASE | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| tool-http-1.0.1.4.RELEASE.pom | |
| tool-http-1.0.1.4.RELEASE.jar | 93 KB | 
| tool-http-1.0.1.4.RELEASE-sources.jar | 75 KB | 
| tool-http-1.0.1.4.RELEASE-javadoc.jar | 413 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.luues.tool/tool-http/ -->
<dependency>
    <groupId>com.github.luues.tool</groupId>
    <artifactId>tool-http</artifactId>
    <version>1.0.1.4.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.luues.tool/tool-http/
implementation 'com.github.luues.tool:tool-http:1.0.1.4.RELEASE'
                // https://jarcasting.com/artifacts/com.github.luues.tool/tool-http/
implementation ("com.github.luues.tool:tool-http:1.0.1.4.RELEASE")
                'com.github.luues.tool:tool-http:jar:1.0.1.4.RELEASE'
                <dependency org="com.github.luues.tool" name="tool-http" rev="1.0.1.4.RELEASE">
  <artifact name="tool-http" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.luues.tool', module='tool-http', version='1.0.1.4.RELEASE')
)
                libraryDependencies += "com.github.luues.tool" % "tool-http" % "1.0.1.4.RELEASE"
                [com.github.luues.tool/tool-http "1.0.1.4.RELEASE"]