diff --git a/LICENSE b/LICENSE index 261eeb9..303bd56 100644 --- a/LICENSE +++ b/LICENSE @@ -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. diff --git a/README.md b/README.md index a7384b6..09f35b8 100644 --- a/README.md +++ b/README.md @@ -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