mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2025-04-20 01:27:07 +00:00
Update maven repository
This commit is contained in:
parent
3d1fd57c89
commit
47983836c0
12
README.md
12
README.md
@ -26,14 +26,12 @@ To compile and installing to in your local Maven repository:
|
|||||||
And use it in your pom file.
|
And use it in your pom file.
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.imaginarycode.minecraft</groupId>
|
<groupId>com.github.Limework</groupId>
|
||||||
<artifactId>RedisBungee</artifactId>
|
<artifactId>RedisBungee</artifactId>
|
||||||
<version>0.6.3</version>
|
<version>0.6.3</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
Or if you want to use the jitpack maven server
|
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>jitpack.io</id>
|
<id>jitpack.io</id>
|
||||||
@ -41,14 +39,6 @@ Or if you want to use the jitpack maven server
|
|||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
And use it in your pom file.
|
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.github.limework</groupId>
|
|
||||||
<artifactId>redisbungee</artifactId>
|
|
||||||
<version>0.6.3</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
|
|
||||||
## Javadocs
|
## Javadocs
|
||||||
Hosted on limework website. Version 0.6.0 (note: any version 0.6.* will not have API changes.)
|
Hosted on limework website. Version 0.6.0 (note: any version 0.6.* will not have API changes.)
|
||||||
|
Loading…
Reference in New Issue
Block a user