Update maven repository

This commit is contained in:
weihao 2021-06-01 21:39:41 -04:00 committed by GitHub
parent 3d1fd57c89
commit 47983836c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 17 deletions

View File

@ -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.)