diff --git a/README.md b/README.md index e980d4a..fddef36 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ More info in the [blog post](https://tersesystems.com/blog/2018/07/27/debug-java Packages are hosted on Bintray: +### Maven + ```xml com.tersesystems.debugjsse @@ -20,6 +22,13 @@ Packages are hosted on Bintray: ``` +### sbt + +``` +resolvers += Resolvers.bintray("tersesystems", "maven") +libraryDependencies += "com.tersesystems.debugjsse" % "debugjsse" % "0.1.2" +``` + ## Running To set the provider, call `Security.addProvider` and then call setAsDefault().