openweathermap-sdk

openweathermap-api

License

License

MIT
GroupId

GroupId

com.github.eendroroy
ArtifactId

ArtifactId

openweathermap-sdk
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

openweathermap-sdk
openweathermap-api
Project URL

Project URL

https://github.com/eendroroy/openweathermap-sdk.git
Source Code Management

Source Code Management

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

Download openweathermap-sdk

How to add to project

<!-- 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"]

Dependencies

runtime (4)

Group / Artifact Type Version
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)

Group / Artifact Type Version
org.testng : testng jar 6.10
org.jetbrains.kotlin : kotlin-test jar 1.3.72

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.1.1
0.1.0