Skip to content

Commit 67f7c55

Browse files
authored
Update README.md
1 parent 1b3b5ed commit 67f7c55

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,31 +23,31 @@ A library which is the core of our projects and can be used for other cool proje
2323
Include the library in your own project via [maven](https://maven.apache.org/) or [gradle](https://gradle.org/).
2424
Completed builds can be imported via our [repository](https://repo.dotspace.dev/repository/space-public/).
2525

26-
### Repository (Gradle):
26+
### Gradle:
2727
```
28+
//Repository
2829
maven {
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
---

0 commit comments

Comments
 (0)