Skip to content

Commit

Permalink
Updates to README for new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Apr 22, 2021
1 parent cd84fb2 commit 46f32a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -41,23 +41,23 @@ We are very interested in compensating anyone that can identify a security relat
<dependency>
<groupId>io.fusionauth</groupId>
<artifactId>fusionauth-jwt</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
</dependency>
```

### Gradle
```groovy
implementation 'io.fusionauth:fusionauth-jwt:4.1.0'
implementation 'io.fusionauth:fusionauth-jwt:4.2.0'
```

### Gradle Kotlin
```kotlin
implementation("io.fusionauth:fusionauth-jwt:4.1.0")
implementation("io.fusionauth:fusionauth-jwt:4.2.0")
```

### Savant
```groovy
dependency(id: "io.fusionauth:fusionauth-jwt:4.1.0")
dependency(id: "io.fusionauth:fusionauth-jwt:4.2.0")
```

For others see [https://search.maven.org](https://search.maven.org/artifact/io.fusionauth/fusionauth-jwt/4.0.1/jar).
Expand Down

0 comments on commit 46f32a9

Please sign in to comment.