License |
License |
---|---|
GroupId | GroupIdxyz.gabear |
ArtifactId | ArtifactIdheweather |
Version | Version0.0.1 |
Type | Typepom |
Description |
Descriptionheweather
Demo SDK for heweather
|
Project URL |
Project URL |
Filename | Size |
---|---|
heweather-0.0.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.gabear/heweather/ -->
<dependency>
<groupId>xyz.gabear</groupId>
<artifactId>heweather</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/xyz.gabear/heweather/
implementation 'xyz.gabear:heweather:0.0.1'
// https://jarcasting.com/artifacts/xyz.gabear/heweather/
implementation ("xyz.gabear:heweather:0.0.1")
'xyz.gabear:heweather:pom:0.0.1'
<dependency org="xyz.gabear" name="heweather" rev="0.0.1">
<artifact name="heweather" type="pom" />
</dependency>
@Grapes(
@Grab(group='xyz.gabear', module='heweather', version='0.0.1')
)
libraryDependencies += "xyz.gabear" % "heweather" % "0.0.1"
[xyz.gabear/heweather "0.0.1"]