GroupId | GroupIdcom.github.angads25 |
---|---|
ArtifactId | ArtifactIdtoggle |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
toggle-1.0.0.pom | |
toggle-1.0.0.aar | 10 KB |
toggle-1.0.0-sources.jar | 4 KB |
toggle-1.0.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.angads25/toggle/ -->
<dependency>
<groupId>com.github.angads25</groupId>
<artifactId>toggle</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.angads25/toggle/
implementation 'com.github.angads25:toggle:1.0.0'
// https://jarcasting.com/artifacts/com.github.angads25/toggle/
implementation ("com.github.angads25:toggle:1.0.0")
'com.github.angads25:toggle:aar:1.0.0'
<dependency org="com.github.angads25" name="toggle" rev="1.0.0">
<artifact name="toggle" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.angads25', module='toggle', version='1.0.0')
)
libraryDependencies += "com.github.angads25" % "toggle" % "1.0.0"
[com.github.angads25/toggle "1.0.0"]