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