Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
casid committed Apr 19, 2023
1 parent 52f8cac commit 7171519
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 @@ -120,13 +120,13 @@ jte is available on <a href="http://mvnrepository.com/artifact/gg.jte/jte">Maven
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
```

### Gradle
```groovy
implementation group: 'gg.jte', name: 'jte', version: '2.3.0'
implementation group: 'gg.jte', name: 'jte', version: '2.3.1'
```

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

0 comments on commit 7171519

Please sign in to comment.