Update documentation
This commit is contained in:
parent
156fda15cd
commit
e2c901d1e5
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user