This is an example Bootique HTTP client app written with Jersey.
Run the following command to build the code, run the tests and package the app:
cd jersey-client-example/
mvn clean package
The following command prints a help message with supported options:
java -jar target/jersey-client-example-3.0.jar
And now you can run the command with any public URL to retrieve the URL contents. E.g.:
java -jar target/jersey-client-example-3.0.jar --read --url=https://google.com