Skip to content

Commit

Permalink
add bintray resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
wsargent committed Jul 27, 2018
1 parent 5febeba commit 6b94e4b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<dependency>
<groupId>com.tersesystems.debugjsse</groupId>
Expand All @@ -20,6 +22,13 @@ Packages are hosted on Bintray:
</dependency>
```

### 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().
Expand Down

0 comments on commit 6b94e4b

Please sign in to comment.