"com.github.xuwei-k" % "html2image" % "0.1.0"import gui.ava.html.*; error: package gui.ava.html does not existHi,
I added this dependency in my build.sbt before running SBT RUN."com.github.xuwei-k" % "html2image" % "0.1.0"
then I added the package of HTML2IMAGE in my application.java :import gui.ava.html.*;
I checked if the package really exists in .ivy & it exists :
here is my build.sbt in the attached file....did i missed something please ? By the way I am working on the sample of Mr. Schmitt downloaded from : https://github.com/schmitch/computer-database
Thank you in advance.