mirror of
https://github.com/Prominence/openweathermap-java-api.git
synced 2026-07-03 03:06:45 +03:00
Adjusted to use 17 source and 8 target version. Code refactoring. Docs improvements.
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@
|
||||
### Gradle coordinates:
|
||||
|
||||
```groovy
|
||||
compile('com.github.prominence:openweathermap-api:1.0')
|
||||
implementation 'com.github.prominence:openweathermap-api:1.0'
|
||||
```
|
||||
|
||||
### How to use:
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@
|
||||
### Gradle coordinates:
|
||||
|
||||
```groovy
|
||||
compile('com.github.prominence:openweathermap-api:1.1')
|
||||
implementation 'com.github.prominence:openweathermap-api:1.1'
|
||||
```
|
||||
|
||||
### How to use:
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@
|
||||
### Gradle coordinates:
|
||||
|
||||
```groovy
|
||||
compile('com.github.prominence:openweathermap-api:1.2')
|
||||
implementation 'com.github.prominence:openweathermap-api:1.2'
|
||||
```
|
||||
|
||||
### How to use:
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
### Gradle coordinates:
|
||||
|
||||
```groovy
|
||||
compile('com.github.prominence:openweathermap-api:2.0.0')
|
||||
implementation 'com.github.prominence:openweathermap-api:2.0.0'
|
||||
```
|
||||
|
||||
### How to use:
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
### Gradle coordinates:
|
||||
|
||||
```groovy
|
||||
compile('com.github.prominence:openweathermap-api:2.0.1')
|
||||
implementation 'com.github.prominence:openweathermap-api:2.0.1'
|
||||
```
|
||||
|
||||
### How to use:
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
### Gradle coordinates:
|
||||
|
||||
```groovy
|
||||
compile('com.github.prominence:openweathermap-api:2.1.0')
|
||||
implementation 'com.github.prominence:openweathermap-api:2.1.0'
|
||||
```
|
||||
|
||||
### How to use:
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
### Gradle coordinates:
|
||||
|
||||
```groovy
|
||||
compile('com.github.prominence:openweathermap-api:2.1.1')
|
||||
implementation 'com.github.prominence:openweathermap-api:2.1.1'
|
||||
```
|
||||
|
||||
### How to use:
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
### Gradle coordinates:
|
||||
|
||||
```groovy
|
||||
compile('com.github.prominence:openweathermap-api:2.2.0')
|
||||
implementation 'com.github.prominence:openweathermap-api:2.2.0'
|
||||
```
|
||||
|
||||
### How to use:
|
||||
|
||||
@@ -21,7 +21,7 @@ Other:
|
||||
### Gradle coordinates:
|
||||
|
||||
```groovy
|
||||
compile('com.github.prominence:openweathermap-api:2.3.0')
|
||||
implementation 'com.github.prominence:openweathermap-api:2.3.0'
|
||||
```
|
||||
|
||||
### How to use:
|
||||
|
||||
Reference in New Issue
Block a user