问答详情
源自:3-1 公众号授权登录1

价包在哪下载的啊

价包在哪下载的啊

提问者:qq_慕斯7199079 2020-02-07 20:46

个回答

  • 花开彼岸天o
    2020-03-04 11:55:02

    <dependency>

        <groupId>commons-beanutils</groupId>

        <artifactId>commons-beanutils</artifactId>

        <version>1.9.3</version>

    </dependency>

        <!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->

    <dependency>

        <groupId>commons-codec</groupId>

        <artifactId>commons-codec</artifactId>

        <version>1.10</version>

    </dependency>

        <!-- https://mvnrepository.com/artifact/commons-httpclient/commons-httpclient -->

    <dependency>

        <groupId>commons-httpclient</groupId>

        <artifactId>commons-httpclient</artifactId>

        <version>3.1</version>

    </dependency>

        <!-- https://mvnrepository.com/artifact/commons-lang/commons-lang -->

    <dependency>

        <groupId>commons-lang</groupId>

        <artifactId>commons-lang</artifactId>

        <version>2.6</version>

    </dependency>

        <!-- https://mvnrepository.com/artifact/net.sf.ezmorph/ezmorph -->

    <dependency>

        <groupId>net.sf.ezmorph</groupId>

        <artifactId>ezmorph</artifactId>

        <version>1.0.6</version>

    </dependency>

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

    <dependency>

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

        <artifactId>httpclient</artifactId>

        <version>4.5.2</version>

    </dependency>