File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 186186 same "printed page" as the copyright notice for easier
187187 identification within third-party archives.
188188
189- Copyright [yyyy] [name of copyright owner]
189+ Copyright 2020 JicuNull
190190
191191 Licensed under the Apache License, Version 2.0 (the "License");
192192 you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ Big thanks to [@Sigalor](https://github.com/sigalor) and all participants of the
55
66This 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
You can’t perform that action at this time.
0 commit comments