The ultimate repo!
You're going to need Maven with the JSON.simple
, OkHttp
and Junit
dependencies.
If you're not using IntelliJ, you need to add the dependencies through the pom.xml
file.
Press File and then Project Structure.
Click on Libraries, and then New Project Library (the small green plus symbol).
Choose From Maven and type
com.googlecode.json-simple:json-simple:1.1
into the textbox and click OK.
Press File and then Project Structure.
Click on Libraries, and then New Project Library (the small green plus symbol).
Choose From Maven and type
com.squareup.okhttp3:okhttp:3.2.0
into the textbox and click OK.
Press File and then Project Structure.
Click on Libraries, and then New Project Library (the small green plus symbol).
Choose From Maven and type
junit:junit:4.12
into the textbox and click OK.