GroupId | GroupIdcom.hbb20 |
---|---|
ArtifactId | ArtifactIdandroid-country-picker |
Version | Version0.0.5 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.hbb20/android-country-picker/ -->
<dependency>
<groupId>com.hbb20</groupId>
<artifactId>android-country-picker</artifactId>
<version>0.0.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.hbb20/android-country-picker/
implementation 'com.hbb20:android-country-picker:0.0.5'
// https://jarcasting.com/artifacts/com.hbb20/android-country-picker/
implementation ("com.hbb20:android-country-picker:0.0.5")
'com.hbb20:android-country-picker:aar:0.0.5'
<dependency org="com.hbb20" name="android-country-picker" rev="0.0.5">
<artifact name="android-country-picker" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.hbb20', module='android-country-picker', version='0.0.5')
)
libraryDependencies += "com.hbb20" % "android-country-picker" % "0.0.5"
[com.hbb20/android-country-picker "0.0.5"]