From 1ad1a20fb90e566b8a60e701241115258cc819c3 Mon Sep 17 00:00:00 2001 From: javasabr Date: Wed, 6 Aug 2025 18:23:03 +0200 Subject: [PATCH] update readme --- README.md | 94 +++++++++++++++---------------------------------------- 1 file changed, 26 insertions(+), 68 deletions(-) diff --git a/README.md b/README.md index 16d0eabf..b962711a 100644 --- a/README.md +++ b/README.md @@ -4,23 +4,23 @@ Please see the file called LICENSE. [ ![Download](https://api.bintray.com/packages/javasabr/maven/com.spaceshift.rlib.common/images/download.svg) ](https://bintray.com/javasabr/maven/com.spaceshift.rlib.common/_latestVersion) -## How to use for java 11+ +## How to use for java 21+ #### Gradle ```groovy repositories { maven { - url "https://dl.bintray.com/javasabr/maven" + url "https://gitlab.com/api/v4/projects/37512056/packages/maven" } } dependencies { - compile 'com.spaceshift:rlib.common:9.9.0' - compile 'com.spaceshift:rlib.fx:9.9.0' - compile 'com.spaceshift:rlib.network:9.9.0' - compile 'com.spaceshift:rlib.mail:9.9.0' - compile 'com.spaceshift:rlib.testcontainers:9.9.0' + implementation 'javasabr:rlib-common:9.10.0' + implementation 'javasabr:rlib-fx:9.10.0' + implementation 'javasabr:rlib-network:9.10.0' + implementation 'javasabr:rlib-mail:9.10.0' + implementation 'javasabr:rlib-testcontainers:9.10.0' } ``` @@ -28,78 +28,36 @@ dependencies { ```xml - - - false - - bintray-javasabr-maven - bintray - https://dl.bintray.com/javasabr/maven - + + gitlab-maven + https://gitlab.com/api/v4/projects/37512056/packages/maven + - com.spaceshift - rlib.common - 9.9.0 + javasabr + rlib-common + 9.10.0 - com.spaceshift - rlib.fx - 9.9.0 + javasabr + rlib-fx + 9.10.0 - com.spaceshift - rlib.network - 9.9.0 + javasabr + rlib-network + 9.10.0 - com.spaceshift - rlib.mail - 9.9.0 + javasabr + rlib-mail + 9.10.0 - com.spaceshift - rlib.testcontainers - 9.9.0 - - -``` - -## How to use for java 8+ - -#### Gradle - -```groovy -repositories { - maven { - url "https://dl.bintray.com/javasabr/maven" - } -} - -dependencies { - compile 'com.spaceshift:rlib.common:7.3.3' -} -``` - -#### Maven - -```xml - - - ; - false - - bintray-javasabr-maven - bintray - https://dl.bintray.com/javasabr/maven - - - - - com.spaceshift - rlib.common - 7.3.3 + javasabr + rlib-testcontainers + 9.10.0 ```