is not current version
Last Version 1.5.7

cz.geek:forecastio 1.5.6

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

GroupId

GroupId

cz.geek
ArtifactId

ArtifactId

forecastio
Version

Version

1.5.6
Type

Type

jar

Download forecastio 1.5.6


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