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