Fix: Maven Dependency Declaration Indentation

This commit is contained in:
Bram 2024-07-10 14:53:17 +02:00 committed by GitHub
parent cb4ac1031f
commit 2c1119c23d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,11 +32,11 @@ dependencies {
Maven:
```xml
<dependency>
<groupId>com.github.Tofaa2.EntityLib</groupId>
<artifactId>(platform)</artifactId>
<version>(latest-release-version)</version>
</dependency>
<dependency>
<groupId>com.github.Tofaa2.EntityLib</groupId>
<artifactId>(platform)</artifactId>
<version>(latest-release-version)</version>
</dependency>
```
## NOTE: