Update documentation

This commit is contained in:
Emux 2021-06-23 19:01:44 +03:00
parent 156fda15cd
commit e2c901d1e5
No known key found for this signature in database
GPG Key ID: 64ED9980896038C3

View File

@ -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.