We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e47d8c commit ea44e7fCopy full SHA for ea44e7f
README.md
@@ -5,6 +5,22 @@ Big thanks to [@Sigalor](https://github.com/sigalor) and all participants of the
5
6
This project is **WIP** and things could break in the future.
7
8
+### Gradle
9
+```java
10
+allprojects {
11
+ repositories {
12
+ ...
13
+ maven { url 'https://jitpack.io' }
14
+ }
15
+}
16
+```
17
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
+
24
## How to use it
25
**Note**: The project is tested and compiled with Java 11
26
0 commit comments