GroupId | GroupIdcom.github.eendroroy |
---|---|
ArtifactId | ArtifactIdopenweathermap-sdk |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
openweathermap-sdk-0.1.0.pom | |
openweathermap-sdk-0.1.0.jar | 99 KB |
openweathermap-sdk-0.1.0-sources.jar | 27 KB |
openweathermap-sdk-0.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.eendroroy/openweathermap-sdk/ -->
<dependency>
<groupId>com.github.eendroroy</groupId>
<artifactId>openweathermap-sdk</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eendroroy/openweathermap-sdk/
implementation 'com.github.eendroroy:openweathermap-sdk:0.1.0'
// https://jarcasting.com/artifacts/com.github.eendroroy/openweathermap-sdk/
implementation ("com.github.eendroroy:openweathermap-sdk:0.1.0")
'com.github.eendroroy:openweathermap-sdk:jar:0.1.0'
<dependency org="com.github.eendroroy" name="openweathermap-sdk" rev="0.1.0">
<artifact name="openweathermap-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eendroroy', module='openweathermap-sdk', version='0.1.0')
)
libraryDependencies += "com.github.eendroroy" % "openweathermap-sdk" % "0.1.0"
[com.github.eendroroy/openweathermap-sdk "0.1.0"]