I am using Eclipse Version: 2019-06 (4.12.0). For my Rest Assured project, I have downloaded and added the JAR files from the path https://github.com/rest-assured/rest-assured/wiki/Downloads. For the keyword "RestAssured" Eclipse should suggest to import the package which is missing. Can anyone please help me in fixing this?
*package com.RestAssured; public class Basic {
public static void main(String[] args) {
// TODO Auto-generated method stub
RestAssured.
}
}*
[Java Build Path][1] [1]: https://i.stack.imgur.com/sl0Dr.png
[Eclipse UI][2] [2]: https://i.stack.imgur.com/62e5v.png