| GroupId | GroupIdcom.github.prominence |
|---|---|
| ArtifactId | ArtifactIdopenweathermap-api |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| openweathermap-api-1.0.pom | |
| openweathermap-api-1.0.jar | 39 KB |
| openweathermap-api-1.0-sources.jar | 32 KB |
| openweathermap-api-1.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>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.prominence/openweathermap-api/
implementation 'com.github.prominence:openweathermap-api:1.0'
// https://jarcasting.com/artifacts/com.github.prominence/openweathermap-api/
implementation ("com.github.prominence:openweathermap-api:1.0")
'com.github.prominence:openweathermap-api:jar:1.0'
<dependency org="com.github.prominence" name="openweathermap-api" rev="1.0">
<artifact name="openweathermap-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.prominence', module='openweathermap-api', version='1.0')
)
libraryDependencies += "com.github.prominence" % "openweathermap-api" % "1.0"
[com.github.prominence/openweathermap-api "1.0"]