Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed May 2, 2022
1 parent 488a051 commit c3e9c42
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>5.1.2</version>
<version>5.2.0</version>
</dependency>
```

### Gradle
```groovy
implementation 'io.fusionauth:fusionauth-jwt:5.1.2'
implementation 'io.fusionauth:fusionauth-jwt:5.2.0'
```

### Gradle Kotlin
```kotlin
implementation("io.fusionauth:fusionauth-jwt:5.1.2")
implementation("io.fusionauth:fusionauth-jwt:5.2.0")
```

### Savant
```groovy
dependency(id: "io.fusionauth:fusionauth-jwt:5.1.2")
dependency(id: "io.fusionauth:fusionauth-jwt:5.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 c3e9c42

Please sign in to comment.