I have a library compiled to a jar (not an sbt project, no source code, just the jar file) that's not available on a repository.
Is there a simple way to publish the jar locally so I can add the dependency using the libraryDependencies += "org.xxx" % "xxx" % "1.0" notation? (I already know how to add the file to the project by copying it to the lib folder.)