I want to use a tool written by Scala but I have no experience with Scala.
The tool I want to use is from https://github.com/allenai/pdffigures2. It told me how to install the tool in the readme but I can not understand.
It said I need
resolvers += Resolver.bintrayRepo("allenai", "maven")
And then include
libraryDependencies += "org.allenai" %% "pdffigures2" % "0.0.11"
what does that mean, where should I add them? I am on Ubuntu. It would be kind if someone can tell me how to install this tool step by step, currently, there is not Scala in my computer.