License |
License |
---|---|
GroupId | GroupIdcom.github.dvdme |
ArtifactId | ArtifactIdForecastIOLib |
Last Version | Last Version1.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionForecastIO-Lib-Java
A Java Wrapper Library to get weather data from the Forecast.io API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ForecastIOLib-1.6.0.pom | |
ForecastIOLib-1.6.0.jar | 22 KB |
ForecastIOLib-1.6.0-sources.jar | 14 KB |
ForecastIOLib-1.6.0-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dvdme/ForecastIOLib/ -->
<dependency>
<groupId>com.github.dvdme</groupId>
<artifactId>ForecastIOLib</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dvdme/ForecastIOLib/
implementation 'com.github.dvdme:ForecastIOLib:1.6.0'
// https://jarcasting.com/artifacts/com.github.dvdme/ForecastIOLib/
implementation ("com.github.dvdme:ForecastIOLib:1.6.0")
'com.github.dvdme:ForecastIOLib:jar:1.6.0'
<dependency org="com.github.dvdme" name="ForecastIOLib" rev="1.6.0">
<artifact name="ForecastIOLib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dvdme', module='ForecastIOLib', version='1.6.0')
)
libraryDependencies += "com.github.dvdme" % "ForecastIOLib" % "1.6.0"
[com.github.dvdme/ForecastIOLib "1.6.0"]
Group / Artifact | Type | Version |
---|---|---|
com.eclipsesource.minimal-json : minimal-json | jar | 0.9.4 |