Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
casid committed Nov 6, 2022
1 parent e94e8e7 commit 80ffc02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
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.1.2</version>
<version>2.2.4</version>
</dependency>
```

### Gradle
```groovy
implementation group: 'gg.jte', name: 'jte', version: '2.1.2'
implementation group: 'gg.jte', name: 'jte', version: '2.2.4'
```

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

0 comments on commit 80ffc02

Please sign in to comment.