| GroupId | GroupIdcom.github.qicodes |
|---|---|
| ArtifactId | ArtifactIdCycleDrawable |
| Version | Version1.1.4 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| CycleDrawable-1.1.4.pom | |
| CycleDrawable-1.1.4.aar | 21 KB |
| CycleDrawable-1.1.4-sources.jar | 2 KB |
| CycleDrawable-1.1.4-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.qicodes/CycleDrawable/ -->
<dependency>
<groupId>com.github.qicodes</groupId>
<artifactId>CycleDrawable</artifactId>
<version>1.1.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.qicodes/CycleDrawable/
implementation 'com.github.qicodes:CycleDrawable:1.1.4'
// https://jarcasting.com/artifacts/com.github.qicodes/CycleDrawable/
implementation ("com.github.qicodes:CycleDrawable:1.1.4")
'com.github.qicodes:CycleDrawable:aar:1.1.4'
<dependency org="com.github.qicodes" name="CycleDrawable" rev="1.1.4">
<artifact name="CycleDrawable" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.qicodes', module='CycleDrawable', version='1.1.4')
)
libraryDependencies += "com.github.qicodes" % "CycleDrawable" % "1.1.4"
[com.github.qicodes/CycleDrawable "1.1.4"]