From 05ac271caae35b0b053e6650a6d2be98a5a8ee94 Mon Sep 17 00:00:00 2001 From: Takhsin Saraira Date: Mon, 16 Oct 2023 16:26:51 +0300 Subject: [PATCH] Update README.md --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index 69757d4..4c0c7b3 100644 --- a/README.md +++ b/README.md @@ -10,31 +10,19 @@ Please check `DemoTest.java` for examples for now until I find time to update th ### Getting Started: -Final documentation and README need to be updated then it will be published on Maven Central. -Right now you can clone this library or add it to your dependencies. - 1. Add constants-containers library dependency to your project. The latest version is **1.0.0**. Maven: ```xml - - sonatype-releases - Sonatype releases - https://s01.oss.sonatype.org/content/repositories/releases - - io.github.mrsaraira constant-containers - 1.0.0 + 1.1.0 ``` Gradle: ``` -repositories { - maven { url "https://s01.oss.sonatype.org/content/repositories/releases" } -} dependencies { implementation 'io.github.mrsaraira:constant-containers:1.0.0' }