Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/JicuNull/WhatsJava
Browse files Browse the repository at this point in the history
  • Loading branch information
Louuke committed Aug 8, 2020
2 parents 45fd84d + 725f21f commit 32e1c3e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2020 JicuNull

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ Big thanks to [@Sigalor](https://github.com/sigalor) and all participants of the

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

### Gradle
```java
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
```java
dependencies {
implementation 'com.github.JicuNull:WhatsJava:v0.1.1-alpha'
}
```
Find more options here: **[Jitpack](https://jitpack.io/#JicuNull/WhatsJava)**

## How to use it
**Note**: The project is tested and compiled with Java 11

Expand Down

0 comments on commit 32e1c3e

Please sign in to comment.