Skip to content

Commit ea44e7f

Browse files
authored
Add Jitpack repository
1 parent 6e47d8c commit ea44e7f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ Big thanks to [@Sigalor](https://github.com/sigalor) and all participants of the
55

66
This project is **WIP** and things could break in the future.
77

8+
### Gradle
9+
```java
10+
allprojects {
11+
repositories {
12+
...
13+
maven { url 'https://jitpack.io' }
14+
}
15+
}
16+
```
17+
```java
18+
dependencies {
19+
implementation 'com.github.JicuNull:WhatsJava:v0.1.1-alpha'
20+
}
21+
```
22+
Find more options here: **[Jitpack](https://jitpack.io/#JicuNull/WhatsJava)**
23+
824
## How to use it
925
**Note**: The project is tested and compiled with Java 11
1026

0 commit comments

Comments
 (0)