It's my gradle projects with the following error details:
Could not find json-lib-2.2.3.jar (net.sf.json-lib:json-lib:2.2.3).
Searched in the following locations:
https://repo.maven.apache.org/maven2/net/sf/json-lib/json-lib/2.2.3/json-lib-2.2.3.jar
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
I've tried the following ways which seem to be useless
dependencies {
implementation "net.sf.json-lib:json-lib:2.4:jdk15"
}
I didn't depended any 'json-lib' in my gradle projects, but there was something wrong with the 'json-lib' occurred in my projects which troubled me seriously...