I want to use Jsoup as a external JAR with GWT on the client-side. But the .jar of Jsoup is not made for GWT. (no .gwt.xml).
I'd need to package the Java files along with the class files and a .gwt.xml file to be able to use it as a module and inherit it in GWT.
But I don't know how to do.
Link: Jsoup - http://jsoup.org/
Thanks