minor corrections

This commit is contained in:
jstaerk
2024-11-19 15:55:26 +01:00
parent cd74292200
commit e9f9655b76
4 changed files with 28 additions and 5 deletions

View File

@@ -32,9 +32,10 @@ If you set up a Maven project, you can reference the mustang artifact like this:
```xml
<dependency>
<groupId>org.mustangproject</groupId>
<artifactId>library</artifactId>
<version>2.14.0</version>
<groupId>org.mustangproject</groupId>
<artifactId>validator</artifactId>
<version>2.15.0</version>
<classifier>shaded</classifier>
</dependency>
```