当前位置: 代码迷 >> 综合 >> JsonObject 对象成json字符串 pom参考
  详细解决方案

JsonObject 对象成json字符串 pom参考

热度:92   发布时间:2023-11-22 19:22:19.0
<dependency>
<groupId>net.sf.json-lib</groupId>  
<artifactId>json-lib</artifactId>  
<version>2.4</version>  
<classifier>jdk15</classifier> <!--指定jdk版本-->  
</dependency>