Android Weather Library

Android Weather Lib

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

com.survivingwithandroid
Идентификатор

Идентификатор

weatherlib_okhttpclient
Последняя версия

Последняя версия

1.6.0
Дата

Дата

Тип

Тип

aar
Описание

Описание

Android Weather Library
Android Weather Lib
Ссылка на сайт

Ссылка на сайт

https://github.com/survivingwithandroid/WeatherLib
Система контроля версий

Система контроля версий

https://github.com/survivingwithandroid/WeatherLib

Скачать weatherlib_okhttpclient

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.survivingwithandroid : weatherlib jar 1.6.0
com.squareup.okhttp : okhttp jar 2.2.0

Модули Проекта

Данный проект не имеет модулей.

WeatherLib

Android weather lib is an android weather aggregator. The lib helps you getting weather data from the most importat weather provider. It supports:

  • Openweathermap
  • Yahoo! Weather
  • Weatherunderground
  • Weather.com
  • Forecast.io

Weatherlib has a new (web site)

#Travis integration Master Build Status

#Version 1.6.0

dependencies {					
	compile 'com.survivingwithandroid:weatherlib:1.6.0'
	compile 'com.survivingwithandroid:weatherlib_volleyclient:1.6.0'
	compile 'com.mcxiaoke.volley:library:1.0.6@aar' (or whatever you like)
}
dependencies {					
	compile 'com.survivingwithandroid:weatherlib:1.6.0'
	compile 'com.survivingwithandroid:weatherlib_okhttpclient:1.6.0'
	compile 'com.squareup.okhttp:okhttp:2.0.+'
}

#Community If you like there is a Community to talk about new features, suggest tips or report bugs. Please join:

#Credits Author: Francesco Azzola (survivingwithandroid@gmail.com)

#License

Copyright 2012-2014 Francesco Azzola (Surviving with Android)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Версии библиотеки

Версия
1.6.0
1.5.9
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0