gradle json simple dependency

Solutions on MaxInterview for gradle json simple dependency by the best coders in the world

showing results for - "gradle json simple dependency"
Santiago
22 Mar 2016
1// https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple
2compile group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1'
Fabio
24 Jan 2016
1// https://mvnrepository.com/artifact/org.json/json
2compile group: 'org.json', name: 'json', version: '20180813'
3