License |
License |
---|---|
GroupId | GroupIdcom.github.wandersnail |
ArtifactId | ArtifactIdwidgets |
Version | Version1.2.2 |
Type | Typeaar |
Description |
Descriptionwidgets
Android自定义控件库
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
widgets-1.2.2.pom | |
widgets-1.2.2.aar | 166 KB |
widgets-1.2.2-sources.jar | 54 KB |
widgets-1.2.2-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.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.wandersnail/widgets/
implementation 'com.github.wandersnail:widgets:1.2.2'
// https://jarcasting.com/artifacts/com.github.wandersnail/widgets/
implementation ("com.github.wandersnail:widgets:1.2.2")
'com.github.wandersnail:widgets:aar:1.2.2'
<dependency org="com.github.wandersnail" name="widgets" rev="1.2.2">
<artifact name="widgets" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.wandersnail', module='widgets', version='1.2.2')
)
libraryDependencies += "com.github.wandersnail" % "widgets" % "1.2.2"
[com.github.wandersnail/widgets "1.2.2"]