| License | License | 
|---|---|
| GroupId | GroupIdcom.woaizhuangbi | 
| ArtifactId | ArtifactIdhttputils | 
| Version | Version1.0.2-RELEASE | 
| Type | Typeaar | 
| Description | Descriptionhttputils httputils | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| httputils-1.0.2-RELEASE.pom | |
| httputils-1.0.2-RELEASE-sources.jar | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.woaizhuangbi/httputils/ -->
<dependency>
    <groupId>com.woaizhuangbi</groupId>
    <artifactId>httputils</artifactId>
    <version>1.0.2-RELEASE</version>
    <type>aar</type>
</dependency>// https://jarcasting.com/artifacts/com.woaizhuangbi/httputils/
implementation 'com.woaizhuangbi:httputils:1.0.2-RELEASE'// https://jarcasting.com/artifacts/com.woaizhuangbi/httputils/
implementation ("com.woaizhuangbi:httputils:1.0.2-RELEASE")'com.woaizhuangbi:httputils:aar:1.0.2-RELEASE'<dependency org="com.woaizhuangbi" name="httputils" rev="1.0.2-RELEASE">
  <artifact name="httputils" type="aar" />
</dependency>@Grapes(
@Grab(group='com.woaizhuangbi', module='httputils', version='1.0.2-RELEASE')
)libraryDependencies += "com.woaizhuangbi" % "httputils" % "1.0.2-RELEASE"[com.woaizhuangbi/httputils "1.0.2-RELEASE"]