mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2025-04-19 09:07:06 +00:00
Update maven repository
This commit is contained in:
parent
3d1fd57c89
commit
47983836c0
24
README.md
24
README.md
@ -25,30 +25,20 @@ To compile and installing to in your local Maven repository:
|
||||
|
||||
And use it in your pom file.
|
||||
|
||||
<dependency>
|
||||
<groupId>com.imaginarycode.minecraft</groupId>
|
||||
<artifactId>RedisBungee</artifactId>
|
||||
<version>0.6.3</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.Limework</groupId>
|
||||
<artifactId>RedisBungee</artifactId>
|
||||
<version>0.6.3</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
Or if you want to use the jitpack maven server
|
||||
|
||||
<repositories>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>jitpack.io</id>
|
||||
<url>https://jitpack.io</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
And use it in your pom file.
|
||||
|
||||
<dependency>
|
||||
<groupId>com.github.limework</groupId>
|
||||
<artifactId>redisbungee</artifactId>
|
||||
<version>0.6.3</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
## Javadocs
|
||||
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