Simple application, which extracts user and his posts from https://jsonplaceholder.typicode.com/users
JDK 10 or higher, Gradle 4.10.x
gradle clean build
to run CLI interface use gradle run
users {id} -> returns a user with his related post
exit -> close the CLI