| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.prominence |
| Идентификатор | Идентификаторopenweathermap-api |
| Версия | Версия2.2.0 |
| Тип | Типjar |
| Описание |
ОписаниеJava OpenWeatherMap API
Java API for OpenWeatherMap services.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| openweathermap-api-2.2.0.pom | |
| openweathermap-api-2.2.0.jar | 156 KB |
| openweathermap-api-2.2.0-sources.jar | 184 KB |
| openweathermap-api-2.2.0-javadoc.jar | 819 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.prominence/openweathermap-api/ -->
<dependency>
<groupId>com.github.prominence</groupId>
<artifactId>openweathermap-api</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.prominence/openweathermap-api/
implementation 'com.github.prominence:openweathermap-api:2.2.0'
// https://jarcasting.com/artifacts/com.github.prominence/openweathermap-api/
implementation ("com.github.prominence:openweathermap-api:2.2.0")
'com.github.prominence:openweathermap-api:jar:2.2.0'
<dependency org="com.github.prominence" name="openweathermap-api" rev="2.2.0">
<artifact name="openweathermap-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.prominence', module='openweathermap-api', version='2.2.0')
)
libraryDependencies += "com.github.prominence" % "openweathermap-api" % "2.2.0"
[com.github.prominence/openweathermap-api "2.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.2 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.junit.platform : junit-platform-runner | jar | 1.7.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |