@@ -21,37 +21,37 @@ allprojects {
2121}
2222
2323dependencies {
24- ...
25- implementation 'com.github.Petersil1998:Core:v1.3'
26- implementation 'com.github.Petersil1998:STCommons:v1.3'
27- implementation 'com.github.Petersil1998:Thresh-Java:v1.2'
24+ ...
25+ implementation 'com.github.Petersil1998:Core:v1.3'
26+ implementation 'com.github.Petersil1998:STCommons:v1.3'
27+ implementation 'com.github.Petersil1998:Thresh-Java:v1.2'
2828}
2929```
3030
3131or using ** Maven** :
3232
3333``` XML
3434<repositories >
35- <repository >
36- <id >jitpack.io</id >
37- <url >https://jitpack.io</url >
38- </repository >
35+ <repository >
36+ <id >jitpack.io</id >
37+ <url >https://jitpack.io</url >
38+ </repository >
3939</repositories >
4040
4141<dependency >
42- <groupId >com.github.Petersil1998</groupId >
43- <artifactId >Core</artifactId >
44- <version >v1.3</version >
42+ <groupId >com.github.Petersil1998</groupId >
43+ <artifactId >Core</artifactId >
44+ <version >v1.3</version >
4545</dependency >
4646<dependency >
47- <groupId >com.github.Petersil1998</groupId >
48- <artifactId >STCommons</artifactId >
49- <version >v1.3</version >
50- </dependency >
47+ <groupId >com.github.Petersil1998</groupId >
48+ <artifactId >STCommons</artifactId >
49+ <version >v1.3</version >
50+ </dependency >
5151<dependency >
52- <groupId >com.github.Petersil1998</groupId >
53- <artifactId >Thresh-Java</artifactId >
54- <version >v1.2</version >
52+ <groupId >com.github.Petersil1998</groupId >
53+ <artifactId >Thresh-Java</artifactId >
54+ <version >v1.2</version >
5555</dependency >
5656```
5757
0 commit comments