File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -23,31 +23,31 @@ A library which is the core of our projects and can be used for other cool proje
2323Include the library in your own project via [ maven] ( https://maven.apache.org/ ) or [ gradle] ( https://gradle.org/ ) .
2424Completed builds can be imported via our [ repository] ( https://repo.dotspace.dev/repository/space-public/ ) .
2525
26- ### Repository ( Gradle) :
26+ ### Gradle:
2727```
28+ //Repository
2829maven {
2930 name 'dotSpace'
3031 url 'https://repo.dotspace.dev/repository/space-public/'
3132}
33+
34+ //Dependency
35+ implementation 'dev.dotspace:common:1.0.6'
3236```
33- ### Repository ( Maven) :
37+ ### Maven:
3438```
39+ //Repository
3540<repository>
3641 <id>dotSpace</id>
3742 <name>dotSpace Public Repo</name>
3843 <url>https://repo.dotspace.dev/repository/space-public/</url>
3944</repository>
40- ```
41- ### Dependency (Gradle):
42- ```
43- implementation 'dev.dotspace:common:1.0.6'
44- ```
45- ### Dependency (Maven):
46- ```
45+
46+ //Dependency
4747<dependency>
4848 <groupId>dev.dotspace</groupId>
4949 <artifactId>common</artifactId>
50- <version>1.0.5 </version>
50+ <version>1.0.6 </version>
5151</dependency>
5252```
5353---
You can’t perform that action at this time.
0 commit comments