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