美文网首页
httpclient

httpclient

作者: 洪君_ | 来源:发表于2020-07-17 01:01 被阅读0次

    <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore -->

            <dependency>

                <groupId>org.apache.httpcomponents</groupId>

                <artifactId>httpcore</artifactId>

                <version>4.4.10</version>

            </dependency>

            <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->

            <dependency>

                <groupId>org.apache.httpcomponents</groupId>

                <artifactId>httpclient</artifactId>

                <version>4.5.6</version>

            </dependency>

    相关文章

      网友评论

          本文标题:httpclient

          本文链接:https://www.haomeiwen.com/subject/hlnvhktx.html