Swagger with Jersey2 on Jetty Embedded without web.xml and Spring MVC
All configurations are done with code, no web.xml, no Spring. Builds into a shaded jar with dependencies and can be run with java -jar jarfile.jar
mvn clean install
java -jar <output.jar>