From ae307863b4135f0c87fbdff955aada7892a1754b Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Thu, 12 May 2022 18:56:18 +0200 Subject: [PATCH] you better read that --- readme.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..42e8ec3 --- /dev/null +++ b/readme.md @@ -0,0 +1,41 @@ +Guys, I swear this is a serious library. + +## Dependency + +Current version: [![](https://jitpack.io/v/YouHaveTrouble/Entiddy.svg)](https://jitpack.io/#YouHaveTrouble/Entiddy) + +### Maven + +```xml + + + jitpack.io + https://jitpack.io + + +``` + +```xml + + com.github.YouHaveTrouble + Entiddy + VERSION + +``` + +### Gradle + +```json +allprojects { + repositories { + ... + maven { url 'https://jitpack.io' } + } +} +``` + +```json +dependencies { + implementation 'com.github.YouHaveTrouble:Entiddy:v1.0' +} +``` \ No newline at end of file