File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ Commons is an open-source library that provides useful utilities for Java and Mi
1212</div >
1313
1414## Documentation
15- - [ Wiki] ( https://github.com/Despical/Commons/wiki )
16- - [ Javadocs] ( https://despical.github.io/Commons )
15+ - [ Javadocs] ( https://javadoc.despical.dev/commons )
1716- [ Maven Central] ( https://repo1.maven.org/maven2/dev/despical/commons )
1817- [ Sonatype Central] ( https://central.sonatype.com/artifact/dev.despical/commons )
1918
@@ -24,14 +23,14 @@ Commons is an open-source library that provides useful utilities for Java and Mi
2423<dependency >
2524 <groupId >dev.despical</groupId >
2625 <artifactId >commons</artifactId >
27- <version >2.1.1 </version >
26+ <version >2.1.2 </version >
2827</dependency >
2928```
3029
3130### Gradle
3231``` gradle
3332dependencies {
34- implementation 'dev.despical:commons:2.1.1 '
33+ implementation 'dev.despical:commons:2.1.2 '
3534}
3635```
3736
You can’t perform that action at this time.
0 commit comments