From e2c901d1e5a5d74375875e1f0f9f74576f342ca7 Mon Sep 17 00:00:00 2001 From: Emux Date: Wed, 23 Jun 2021 19:01:44 +0300 Subject: [PATCH] Update documentation --- docs/Integration.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/Integration.md b/docs/Integration.md index cc2bcfba..ee54d78e 100644 --- a/docs/Integration.md +++ b/docs/Integration.md @@ -140,12 +140,15 @@ implementation('com.github.jeo.jeo:jeo-carto:master-SNAPSHOT') { ## Snapshots -We publish SNAPSHOT builds to Sonatype OSS Repository Hosting. +Clone this repository and run: +```bash +gradlew install +``` You need to add the repository: ```groovy repositories { - maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } + mavenLocal() } ``` @@ -176,6 +179,6 @@ The dependencies for Maven are declared in a similar way. For example: ## Jars -You can find release and snapshot jars (regular and with dependencies) in [Maven Central](https://search.maven.org/search?q=g:org.mapsforge) and [Sonatype OSS Repository Hosting](https://oss.sonatype.org/content/repositories/snapshots/org/mapsforge/). +You can find jars (regular and with dependencies) in [Maven Central](https://search.maven.org/search?q=g:org.mapsforge). Third party jars can be found at their respective sites or in Maven Central repository.