There is a library I want to use https://github.com/randhindi/jerkson in Scala project. I might add something like this to build.sbt
which is located in a project's base directory:
libraryDependencies += "com.domain_example" % "library_name_test123" % "0.1.1"
But where do I get all those data: domain name, library name, version? There is no such data at https://github.com/randhindi/jerkson
So what do I need to do to use it?