Skip to content

Commit 32e1c3e

Browse files
committed
Merge branch 'master' of https://github.com/JicuNull/WhatsJava
2 parents 45fd84d + 725f21f commit 32e1c3e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
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.

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)