Skip to content

Commit

Permalink
Merge pull request #70 from ellet0/patch-1
Browse files Browse the repository at this point in the history
Update README.md to add Gradle quick start
  • Loading branch information
patrickfav authored Jan 26, 2024
2 parents 1dd2ae9 + 3053368 commit c8d48ec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ The code is compiled with target [Java 7](https://en.wikipedia.org/wiki/Java_ver

## Quickstart

This library is published to Maven Central

Add the dependency of the [latest version](https://github.com/patrickfav/bcrypt/releases/latest) to your `pom.xml`:

```xml
Expand All @@ -23,6 +25,12 @@ Add the dependency of the [latest version](https://github.com/patrickfav/bcrypt/
</dependency>
```

Or if you are using Gradle:

```groovy
implementation("at.favre.lib:bcrypt:{latest-version}")
```

A simple example:

```java
Expand Down

0 comments on commit c8d48ec

Please sign in to comment.