GroupId | GroupIdcom.github.chivorns |
---|---|
ArtifactId | ArtifactIdsmartmaterialspinner |
Version | Version1.0.13 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.chivorns/smartmaterialspinner/ -->
<dependency>
<groupId>com.github.chivorns</groupId>
<artifactId>smartmaterialspinner</artifactId>
<version>1.0.13</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chivorns/smartmaterialspinner/
implementation 'com.github.chivorns:smartmaterialspinner:1.0.13'
// https://jarcasting.com/artifacts/com.github.chivorns/smartmaterialspinner/
implementation ("com.github.chivorns:smartmaterialspinner:1.0.13")
'com.github.chivorns:smartmaterialspinner:aar:1.0.13'
<dependency org="com.github.chivorns" name="smartmaterialspinner" rev="1.0.13">
<artifact name="smartmaterialspinner" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.chivorns', module='smartmaterialspinner', version='1.0.13')
)
libraryDependencies += "com.github.chivorns" % "smartmaterialspinner" % "1.0.13"
[com.github.chivorns/smartmaterialspinner "1.0.13"]