| Группа | Группаcom.github.prominence |
|---|---|
| Идентификатор | Идентификаторopenweathermap-api |
| Версия | Версия2.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| openweathermap-api-2.0.0.pom | |
| openweathermap-api-2.0.0.jar | 83 KB |
| openweathermap-api-2.0.0-sources.jar | 99 KB |
| openweathermap-api-2.0.0-javadoc.jar | 440 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.prominence/openweathermap-api/ -->
<dependency>
<groupId>com.github.prominence</groupId>
<artifactId>openweathermap-api</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.prominence/openweathermap-api/
implementation 'com.github.prominence:openweathermap-api:2.0.0'
// https://jarcasting.com/artifacts/com.github.prominence/openweathermap-api/
implementation ("com.github.prominence:openweathermap-api:2.0.0")
'com.github.prominence:openweathermap-api:jar:2.0.0'
<dependency org="com.github.prominence" name="openweathermap-api" rev="2.0.0">
<artifact name="openweathermap-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.prominence', module='openweathermap-api', version='2.0.0')
)
libraryDependencies += "com.github.prominence" % "openweathermap-api" % "2.0.0"
[com.github.prominence/openweathermap-api "2.0.0"]