I am using JSoup Version 1.12.1. Normally org.jsoup.nodes.Document.wholeText() this is working fine. But when i am creating the artifacts of my project and using this jar file then I am getting this exception java.lang.NoSuchMethodError: org.jsoup.nodes.Document.wholeText()Ljava/lang/String;
Is any dependencies missed while creating artifacts. To create artifacts I followed
How to build jars from IntelliJ properly?.