Directory:
1. Jsonobject Maven Dependency Package
2, Idea introduced Maven has a red line, not dependent on
3, Jsonobject no Fromobject
\\\\\\\\\\\\\\\\\\\\\\\
1. Jsonobject Maven Dependency Package
Altogether with one, but the function is all six, I also found on the Internet.
Pom.xml as follows:
<dependencies>
<!--Https://mvnrepository.com/artifact/net.sf.json-lib/json-lib--
<dependency>
<groupId>net.sf.json-lib</groupId>
<artifactId>json-lib</artifactId>
<version>2.4</version>
<classifier>jdk15</classifier>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20160810</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/commons-beanutils/commons-beanutils--
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.3</version>
</dependency>
<!--https://mvnrepository.com/artifact/commons-collections/commons-collections--
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>
</dependency>
<!--Https://mvnrepository.com/artifact/org.apache.commons/commons-lang3--
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</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/commons-logging/commons-logging--
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<!--for parsing json-->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>
</dependencies>
2, Idea introduced Maven has a red line, not dependent.
Many reasons,
Maybe the path is wrong,
Or there's no download at all in the warehouse.
There are some computer cards, no buffer on, you can click for example.
Another is: The following red box is missing. Classifier "It means that the jar is used for different environments or JDK in the same version, if this element is configured, the element name is added at the end to find the appropriate jar"
I understand it: The path is all right, but the jar you have to set again.
3, Jsonobject no Fromobject
This is a pretty fucked up thing.
You might have used this bag.
But fromobject in the bag below.
Note: I have two of the above dependencies, do not use the wrong quote.
To Praise!
Jsonobject no fromobject, Idea introduced maven have red line not dependent, Jsonobject maven dependency Package