Update README.md
This commit is contained in:
parent
c787bcfe3c
commit
7a4b52d469
1 changed files with 4 additions and 2 deletions
|
|
@ -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>
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue