Update README.md

This commit is contained in:
Frank van der Heijden 2021-01-30 16:58:45 +01:00
parent c787bcfe3c
commit 7a4b52d469
No known key found for this signature in database
GPG key ID: 26DA56488D314D11

View file

@ -53,7 +53,8 @@ maven { url 'https://jitpack.io' }
```
and as dependency:
```groovy
compileOnly 'com.github.FrankHeijden:ServerUtils:TAG'
// Replace VERSION with for example 2.5.0
compileOnly 'com.github.FrankHeijden:ServerUtils:VERSION'
```
#### Maven:
```xml
@ -67,7 +68,8 @@ and as dependency:
<dependency>
<groupId>com.github.FrankHeijden</groupId>
<artifactId>ServerUtils</artifactId>
<version>TAG</version>
<!-- Replace VERSION with for example 2.5.0 -->
<version>VERSION</version>
<scope>provided</scope>
</dependency>
```