This repository was archived by the owner on Feb 28, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33# Cotton Client Commands
44
5- [ ![ Maven metadata URL] ( https://img.shields.io/maven-metadata/v/http /server.bbkr.space:8081/artifactory/libs-snapshot /io/github/cottonmc/cotton-client-commands/maven-metadata.xml.svg )] ( http://server.bbkr.space:8081/artifactory/libs-snapshot/io/github/cottonmc/cotton-client-commands )
5+ [ ![ Maven metadata URL] ( https://img.shields.io/maven-metadata/v/https /server.bbkr.space:8081/artifactory/libs-release /io/github/cottonmc/cotton-client-commands/maven-metadata.xml.svg )] ( http://server.bbkr.space:8081/artifactory/libs-snapshot/io/github/cottonmc/cotton-client-commands )
66
77[ >> Downloads <<] ( https://github.com/CottonMC/ClientCommands/releases )
88
@@ -23,7 +23,7 @@ repositories {
2323}
2424
2525dependencies {
26- modImplementation "io.github.cottonmc:cotton-client-commands:<latest version>-SNAPSHOT "
26+ modImplementation "io.github.cottonmc:cotton-client-commands:<latest version>"
2727}
2828```
2929
@@ -39,7 +39,7 @@ repositories {
3939}
4040
4141dependencies {
42- modImplementation(" io.github.cottonmc:cotton-client-commands:<latest version>-SNAPSHOT " )
42+ modImplementation(" io.github.cottonmc:cotton-client-commands:<latest version>" )
4343}
4444```
4545</details >
You can’t perform that action at this time.
0 commit comments