找不到 net.sf.json.JSONObject; ---- jsonObject 需要在 pom 中添加的 maven 依赖

来源:互联网 发布:微信开放平台 php源码 编辑:程序博客网 时间:2024/06/05 11:58

找不到 net.sf.json.JSONObject; ---- jsonObject 需要导入的 maven 依赖       


        <!-- josnObject-->

        <dependency>

            <groupId>net.sf.json-lib</groupId>
            <artifactId>json-lib</artifactId>
            <version>2.4</version>
            <classifier>jdk15</classifier>
        </dependency>
0 0
原创粉丝点击