| License |
License |
|---|---|
| GroupId | GroupIdcom.kyleduo.switchbutton |
| ArtifactId | ArtifactIdlibrary |
| Last Version | Last Version2.1.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionSwitchButton
SwitchButton
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| library-2.1.0.pom | |
| library-2.1.0.aar | 20 KB |
| library-2.1.0-sources.jar | 9 KB |
| library-2.1.0-javadoc.jar | 31 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.kyleduo.switchbutton/library/ -->
<dependency>
<groupId>com.kyleduo.switchbutton</groupId>
<artifactId>library</artifactId>
<version>2.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.kyleduo.switchbutton/library/
implementation 'com.kyleduo.switchbutton:library:2.1.0'
// https://jarcasting.com/artifacts/com.kyleduo.switchbutton/library/
implementation ("com.kyleduo.switchbutton:library:2.1.0")
'com.kyleduo.switchbutton:library:aar:2.1.0'
<dependency org="com.kyleduo.switchbutton" name="library" rev="2.1.0">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.kyleduo.switchbutton', module='library', version='2.1.0')
)
libraryDependencies += "com.kyleduo.switchbutton" % "library" % "2.1.0"
[com.kyleduo.switchbutton/library "2.1.0"]