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