JSON依赖jar

  • <dependency>

  • <groupId>commons-beanutils</groupId>

  • <artifactId>commons-beanutils</artifactId>

  • <version>1.9.3</version>

  • </dependency>

  • <dependency>

  • <groupId>commons-collections</groupId>

  • <artifactId>commons-collections</artifactId>

  • <version>3.2.1</version>

  • </dependency>

  • <dependency>

  • <groupId>commons-lang</groupId>

  • <artifactId>commons-lang</artifactId>

  • <version>2.6</version>

  • </dependency>

  • <dependency>

  • <groupId>commons-logging</groupId>

  • <artifactId>commons-logging</artifactId>

  • <version>1.1.1</version>

  • </dependency>

  • <dependency>

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

  • <artifactId>ezmorph</artifactId>

  • <version>1.0.6</version>

  • </dependency>

  • <dependency>

  • <groupId>net.sf.json-lib</groupId>

  • <artifactId>json-lib</artifactId>

  • <version>2.2.3</version>

  • <classifier>jdk15</classifier><!-- 指定jdk版本 -->

  • </dependency>

猜你喜欢

转载自blog.csdn.net/cmj962464/article/details/82956053