GroupId | GroupIdcom.github.pwittchen |
---|---|
ArtifactId | ArtifactIdweathericonview |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
weathericonview-1.0.0.pom | |
weathericonview-1.0.0.aar | 45 KB |
weathericonview-1.0.0-sources.jar | 1 KB |
weathericonview-1.0.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pwittchen/weathericonview/ -->
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>weathericonview</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pwittchen/weathericonview/
implementation 'com.github.pwittchen:weathericonview:1.0.0'
// https://jarcasting.com/artifacts/com.github.pwittchen/weathericonview/
implementation ("com.github.pwittchen:weathericonview:1.0.0")
'com.github.pwittchen:weathericonview:aar:1.0.0'
<dependency org="com.github.pwittchen" name="weathericonview" rev="1.0.0">
<artifact name="weathericonview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pwittchen', module='weathericonview', version='1.0.0')
)
libraryDependencies += "com.github.pwittchen" % "weathericonview" % "1.0.0"
[com.github.pwittchen/weathericonview "1.0.0"]