I need to install a dependency but I can't seem able to do so. The jar I need is this one: json-lib\2.3\json-lib-2.3-jdk15.jar I have found it here: http://mvnrepository.com/artifact/net.sf.json-lib/json-lib/2.3 I tried to resolve the dependency in BuildConfig
dependencies {
compile 'net.sf.json-lib:json-lib:2.3'
}
I also tried in plugins. It is not working. The error is: Resolve error obtaining dependencies: Could not find artifact net.sf.json-lib:json-lib:jar:2.3 in grailsCentral (https://repo.grails.org/grails/plugins)
I am using grails 2.4.5 I have also thought to use the grails command to look for the dependency on a specific repository but I do not know on what repository I can find this dependency