hutool:
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-http</artifactId>
<version>5.3.9</version>
</dependency>
implementation 'cn.hutool:hutool-http:5.3.9'
httpclient:
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.12</version>
</dependency>
implementation 'org.apache.httpcomponents:httpclient:4.5.12'
okhttp:
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.8.0</version>
</dependency>
implementation 'com.squareup.okhttp3:okhttp:4.8.0'