Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed May 1, 2020
1 parent 75d829a commit 3e453d7
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions README.md
Expand Up @@ -14,11 +14,13 @@ The code is compiled with target [Java 7](https://en.wikipedia.org/wiki/Java_ver

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

<dependency>
<groupId>at.favre.lib</groupId>
<artifactId>bcrypt</artifactId>
<version>{latest-version}</version>
</dependency>
```xml
<dependency>
<groupId>at.favre.lib</groupId>
<artifactId>bcrypt</artifactId>
<version>{latest-version}</version>
</dependency>
```

A simple example:

Expand Down Expand Up @@ -184,11 +186,13 @@ The artifacts are deployed to [jcenter](https://bintray.com/bintray/jcenter) and

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

<dependency>
<groupId>at.favre.lib</groupId>
<artifactId>bcrypt</artifactId>
<version>{latest-version}</version>
</dependency>
```xml
<dependency>
<groupId>at.favre.lib</groupId>
<artifactId>bcrypt</artifactId>
<version>{latest-version}</version>
</dependency>
```

### Gradle

Expand Down

0 comments on commit 3e453d7

Please sign in to comment.