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