GroupId | GroupIdcom.github.zcweng |
---|---|
ArtifactId | ArtifactIdswitch-button |
Version | Version0.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
switch-button-0.0.1.pom | |
switch-button-0.0.1.aar | 13 KB |
switch-button-0.0.1-sources.jar | 6 KB |
switch-button-0.0.1-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zcweng/switch-button/ -->
<dependency>
<groupId>com.github.zcweng</groupId>
<artifactId>switch-button</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.zcweng/switch-button/
implementation 'com.github.zcweng:switch-button:0.0.1'
// https://jarcasting.com/artifacts/com.github.zcweng/switch-button/
implementation ("com.github.zcweng:switch-button:0.0.1")
'com.github.zcweng:switch-button:aar:0.0.1'
<dependency org="com.github.zcweng" name="switch-button" rev="0.0.1">
<artifact name="switch-button" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.zcweng', module='switch-button', version='0.0.1')
)
libraryDependencies += "com.github.zcweng" % "switch-button" % "0.0.1"
[com.github.zcweng/switch-button "0.0.1"]