From 2553f13fbeeb65d4e6ff29efab55b3ca4cfaf000 Mon Sep 17 00:00:00 2001 From: Prominence Date: Mon, 18 Apr 2022 11:44:54 +0300 Subject: [PATCH] Updated docs. --- README.md | 6 +++--- docs/SNAPSHOT.md | 38 +++++++++++++++++++++++++++++++++++--- 2 files changed, 38 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c55b46a..0df1317 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ Paid: ```xml - com.github.prominence - openweathermap-api - 3.0.0-SNAPSHOT + com.github.prominence + openweathermap-api + 3.0.0-SNAPSHOT ``` diff --git a/docs/SNAPSHOT.md b/docs/SNAPSHOT.md index fc62cba..318ed74 100644 --- a/docs/SNAPSHOT.md +++ b/docs/SNAPSHOT.md @@ -12,18 +12,50 @@ Other: ```xml - com.github.prominence - openweathermap-api - 3.0.0-SNAPSHOT + com.github.prominence + openweathermap-api + 3.0.0-SNAPSHOT ``` +```xml + + ... + + + oss.sonatype.org-snapshot + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + + + ... + +``` + ### Gradle coordinates: ```groovy implementation 'com.github.prominence:openweathermap-api:3.0.0-SNAPSHOT' ``` +```groovy +repositories { + ... + // Repository for snapshot versions + maven { + url "https://oss.sonatype.org/content/repositories/snapshots" + mavenContent { + snapshotsOnly() + } + } + ... +} +``` + ### How to use: Firstly, you need to create the instance of `OpenWeatherMapClient` class: