I am using jersey for my project and tring to parse a URI from a string.
UriBuilder.fromUri(\"http://localhost:8000\").build();
The code is
If you're using Maven, use the following dependency:
org.glassfish.jersey.core jersey-common 2.22.2 test
For Gradle, the following will work:
testCompile 'org.glassfish.jersey.core:jersey-common:2.22.2'