We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a618ed9 commit 1803e18Copy full SHA for 1803e18
1 file changed
README.md
@@ -7,14 +7,15 @@ With ShitLib you will be always aware of the shitty code inside your application
7
8
### Installation
9
Import the library, proabably the smallest library you'll every see
10
+Maven
11
```xml
12
<dependency>
13
<groupId>io.github.shitlib</groupId>
14
<artifactId>shitlib-java</artifactId>
15
<version>1</version>
16
</dependency>
17
```
-
18
+Gradle
19
```groovy
20
dependencies {
21
implementation 'io.github.shitlib:shitlib-java:1'
0 commit comments