is not current version
Last Version 1.6.0

com.github.dvdme:ForecastIOLib 1.5.3

A Java Wrapper Library to get weather data from the Forecast.io API

GroupId

GroupId

com.github.dvdme
ArtifactId

ArtifactId

ForecastIOLib
Version

Version

1.5.3
Type

Type

jar

Download ForecastIOLib 1.5.3


<!-- https://jarcasting.com/artifacts/com.github.dvdme/ForecastIOLib/ -->
<dependency>
    <groupId>com.github.dvdme</groupId>
    <artifactId>ForecastIOLib</artifactId>
    <version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dvdme/ForecastIOLib/
implementation 'com.github.dvdme:ForecastIOLib:1.5.3'
// https://jarcasting.com/artifacts/com.github.dvdme/ForecastIOLib/
implementation ("com.github.dvdme:ForecastIOLib:1.5.3")
'com.github.dvdme:ForecastIOLib:jar:1.5.3'
<dependency org="com.github.dvdme" name="ForecastIOLib" rev="1.5.3">
  <artifact name="ForecastIOLib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dvdme', module='ForecastIOLib', version='1.5.3')
)
libraryDependencies += "com.github.dvdme" % "ForecastIOLib" % "1.5.3"
[com.github.dvdme/ForecastIOLib "1.5.3"]