Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
casid committed Sep 3, 2023
1 parent e36f325 commit f53fb95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@ jte is available on <a href="http://mvnrepository.com/artifact/gg.jte/jte">Maven
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte</artifactId>
<version>3.0.3</version>
<version>3.1.0</version>
</dependency>
```

### Gradle
```groovy
implementation group: 'gg.jte', name: 'jte', version: '3.0.3'
implementation group: 'gg.jte', name: 'jte', version: '3.1.0'
```

No further dependencies required! Check out the [syntax documentation](DOCUMENTATION.md) and have fun with jte.
Expand Down

0 comments on commit f53fb95

Please sign in to comment.