Skip to content

Commit 1803e18

Browse files
Update README.md
1 parent a618ed9 commit 1803e18

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ With ShitLib you will be always aware of the shitty code inside your application
77

88
### Installation
99
Import the library, proabably the smallest library you'll every see
10+
Maven
1011
```xml
1112
<dependency>
1213
<groupId>io.github.shitlib</groupId>
1314
<artifactId>shitlib-java</artifactId>
1415
<version>1</version>
1516
</dependency>
1617
```
17-
18+
Gradle
1819
```groovy
1920
dependencies {
2021
implementation 'io.github.shitlib:shitlib-java:1'

0 commit comments

Comments
 (0)