Updated tutorial in EN

This commit is contained in:
jstaerk
2025-06-03 09:00:04 +02:00
parent 78861ef0b0
commit 046bc098bf
5 changed files with 629 additions and 278 deletions

View File

@@ -34,7 +34,7 @@ If you set up a Maven project, you can reference the mustang artifact like this:
<dependency>
<groupId>org.mustangproject</groupId>
<artifactId>validator</artifactId>
<version>2.15.0</version>
<version>2.17.0</version>
<classifier>shaded</classifier>
</dependency>
```