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:
|
and as dependency:
|
||||||
```groovy
|
```groovy
|
||||||
compileOnly 'com.github.FrankHeijden:ServerUtils:TAG'
|
// Replace VERSION with for example 2.5.0
|
||||||
|
compileOnly 'com.github.FrankHeijden:ServerUtils:VERSION'
|
||||||
```
|
```
|
||||||
#### Maven:
|
#### Maven:
|
||||||
```xml
|
```xml
|
||||||
|
|
@ -67,7 +68,8 @@ and as dependency:
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.FrankHeijden</groupId>
|
<groupId>com.github.FrankHeijden</groupId>
|
||||||
<artifactId>ServerUtils</artifactId>
|
<artifactId>ServerUtils</artifactId>
|
||||||
<version>TAG</version>
|
<!-- Replace VERSION with for example 2.5.0 -->
|
||||||
|
<version>VERSION</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue