| GroupId | GroupIdcom.github.prominence |
|---|---|
| ArtifactId | ArtifactIdopenweathermap-api |
| Version | Version2.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| openweathermap-api-2.1.1.pom | |
| openweathermap-api-2.1.1.jar | 138 KB |
| openweathermap-api-2.1.1-sources.jar | 160 KB |
| openweathermap-api-2.1.1-javadoc.jar | 696 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.prominence/openweathermap-api/ -->
<dependency>
<groupId>com.github.prominence</groupId>
<artifactId>openweathermap-api</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.prominence/openweathermap-api/
implementation 'com.github.prominence:openweathermap-api:2.1.1'
// https://jarcasting.com/artifacts/com.github.prominence/openweathermap-api/
implementation ("com.github.prominence:openweathermap-api:2.1.1")
'com.github.prominence:openweathermap-api:jar:2.1.1'
<dependency org="com.github.prominence" name="openweathermap-api" rev="2.1.1">
<artifact name="openweathermap-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.prominence', module='openweathermap-api', version='2.1.1')
)
libraryDependencies += "com.github.prominence" % "openweathermap-api" % "2.1.1"
[com.github.prominence/openweathermap-api "2.1.1"]