GroupId | GroupIdcom.github.wandersnail |
---|---|
ArtifactId | ArtifactIdwidgets |
Version | Version1.1.6 |
Type | Typeaar |
Filename | Size |
---|---|
widgets-1.1.6.pom | |
widgets-1.1.6.aar | 162 KB |
widgets-1.1.6-sources.jar | 52 KB |
widgets-1.1.6-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wandersnail/widgets/ -->
<dependency>
<groupId>com.github.wandersnail</groupId>
<artifactId>widgets</artifactId>
<version>1.1.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.wandersnail/widgets/
implementation 'com.github.wandersnail:widgets:1.1.6'
// https://jarcasting.com/artifacts/com.github.wandersnail/widgets/
implementation ("com.github.wandersnail:widgets:1.1.6")
'com.github.wandersnail:widgets:aar:1.1.6'
<dependency org="com.github.wandersnail" name="widgets" rev="1.1.6">
<artifact name="widgets" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.wandersnail', module='widgets', version='1.1.6')
)
libraryDependencies += "com.github.wandersnail" % "widgets" % "1.1.6"
[com.github.wandersnail/widgets "1.1.6"]