You can add github resolver by add this line to build.sbt
:
resolvers += "janzhou-github-mvn-repo" at "https://raw.githubusercontent.com/janzhou/mvn-repo/master"
Or add bitbucket resolver by add:
resolvers += "janzhou-bitbucket-mvn-repo" at "https://bitbucket.org/janzhou/mvn-repo/raw/master"
Add the library by using the following line:
libraryDependencies += "org.janzhou" %% "native" % "version"
Replace the version number with a proper tag name in the repository