| License |
License |
|---|---|
| GroupId | GroupIdcom.github.prominence |
| ArtifactId | ArtifactIdopenweathermap-api |
| Last Version | Last Version2.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava OpenWeatherMap API
Java API for OpenWeatherMap services.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| openweathermap-api-2.3.0.pom | |
| openweathermap-api-2.3.0.jar | 39 KB |
| openweathermap-api-2.3.0-sources.jar | 32 KB |
| openweathermap-api-2.3.0-javadoc.jar | 187 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.prominence/openweathermap-api/ -->
<dependency>
<groupId>com.github.prominence</groupId>
<artifactId>openweathermap-api</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.prominence/openweathermap-api/
implementation 'com.github.prominence:openweathermap-api:2.3.0'
// https://jarcasting.com/artifacts/com.github.prominence/openweathermap-api/
implementation ("com.github.prominence:openweathermap-api:2.3.0")
'com.github.prominence:openweathermap-api:jar:2.3.0'
<dependency org="com.github.prominence" name="openweathermap-api" rev="2.3.0">
<artifact name="openweathermap-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.prominence', module='openweathermap-api', version='2.3.0')
)
libraryDependencies += "com.github.prominence" % "openweathermap-api" % "2.3.0"
[com.github.prominence/openweathermap-api "2.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.2.2 |
| org.slf4j : slf4j-api | jar | 1.7.36 |
| org.junit.platform : junit-platform-runner | jar | 1.8.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |