Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Jul 22, 2020
1 parent 129fb4c commit 5b5677e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -41,26 +41,26 @@ We are very interested in compensating anyone that can identify a security relat
<dependency>
<groupId>io.fusionauth</groupId>
<artifactId>fusionauth-jwt</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</dependency>
```

### Gradle
```groovy
implementation 'io.fusionauth:fusionauth-jwt:3.5.1'
implementation 'io.fusionauth:fusionauth-jwt:3.5.2'
```

### Gradle Kotlin
```kotlin
implementation("io.fusionauth:fusionauth-jwt:3.5.1")
implementation("io.fusionauth:fusionauth-jwt:3.5.2")
```

### Savant
```groovy
dependency(id: "io.fusionauth:fusionauth-jwt:3.5.1")
dependency(id: "io.fusionauth:fusionauth-jwt:3.5.2")
```

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

## Example Code:

Expand Down

0 comments on commit 5b5677e

Please sign in to comment.