Update Integration.md

This commit is contained in:
Emux 2021-10-12 19:53:46 +03:00 committed by GitHub
parent 30ad6f1cef
commit 6f64e97faf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,15 +140,12 @@ implementation('com.github.jeo.jeo:jeo-carto:master-SNAPSHOT') {
## Snapshots ## Snapshots
Clone this repository and run: We publish SNAPSHOT builds to Sonatype OSS Repository Hosting.
```bash
gradlew install
```
You need to add the repository: You need to add the repository:
```groovy ```groovy
repositories { 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 ## 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. Third party jars can be found at their respective sites or in Maven Central repository.