License |
License |
---|---|
GroupId | GroupIdcom.github.angads25 |
ArtifactId | ArtifactIdtoggle |
Version | Version1.1.0 |
Type | Typeaar |
Description |
DescriptionToggle
Android Library for Custom Switches.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
toggle-1.1.0.pom | |
toggle-1.1.0.aar | 15 KB |
toggle-1.1.0-sources.jar | 12 KB |
toggle-1.1.0-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.angads25/toggle/ -->
<dependency>
<groupId>com.github.angads25</groupId>
<artifactId>toggle</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.angads25/toggle/
implementation 'com.github.angads25:toggle:1.1.0'
// https://jarcasting.com/artifacts/com.github.angads25/toggle/
implementation ("com.github.angads25:toggle:1.1.0")
'com.github.angads25:toggle:aar:1.1.0'
<dependency org="com.github.angads25" name="toggle" rev="1.1.0">
<artifact name="toggle" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.angads25', module='toggle', version='1.1.0')
)
libraryDependencies += "com.github.angads25" % "toggle" % "1.1.0"
[com.github.angads25/toggle "1.1.0"]