mirror of
https://github.com/Prominence/openweathermap-java-api.git
synced 2026-07-02 18:56:46 +03:00
Fixed README library coordinates.
This commit is contained in:
@@ -26,14 +26,14 @@ Paid:
|
||||
<dependency>
|
||||
<groupId>com.github.prominence</groupId>
|
||||
<artifactId>openweathermap-api</artifactId>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
### Gradle coordinates:
|
||||
|
||||
```groovy
|
||||
compile('com.github.prominence:openweathermap-api:2.0-SNAPSHOT')
|
||||
compile('com.github.prominence:openweathermap-api:2.0.0-SNAPSHOT')
|
||||
```
|
||||
|
||||
### Documentation
|
||||
|
||||
Reference in New Issue
Block a user