openweathermap-sdk

openweathermap-api

Лицензия

Лицензия

MIT
Группа

Группа

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

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

openweathermap-sdk
Последняя версия

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

0.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

openweathermap-sdk
openweathermap-api
Ссылка на сайт

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

https://github.com/eendroroy/openweathermap-sdk.git
Система контроля версий

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

https://github.com/eendroroy/openweathermap-sdk.git

Скачать openweathermap-sdk

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

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

Зависимости

runtime (4)

Идентификатор библиотеки Тип Версия
com.squareup.retrofit2 : retrofit jar 2.8.1
com.squareup.retrofit2 : converter-jackson jar 2.8.1
joda-time : joda-time jar 2.10.5
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.72

test (2)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 6.10
org.jetbrains.kotlin : kotlin-test jar 1.3.72

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

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

OpenWeatherMapSdk

Download GitHub tag

Contributors GitHub last commit (branch) license GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests

Installation

Maven

<dependency>
	<groupId>com.github.eendroroy</groupId>
	<artifactId>openweathermap-sdk</artifactId>
	<version>0.1.1</version>
</dependency>

Gradle

dependencies {
    implementation 'com.github.eendroroy:openweathermap-sdk:0.1.1'
}

Contributing

Bug reports and pull requests are welcome on GitHub at openweathermap-sdk repository. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

  1. Fork it ( https://github.com/eendroroy/openweathermap-sdk/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Author

License

The project is available as open source under the terms of the MIT License.

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

Версия
0.1.1
0.1.0