GroupId | GroupIdcn.bingerz.android |
---|---|
ArtifactId | ArtifactIdcountrycodepicker |
Version | Version0.8.4 |
Type | Typeaar |
Filename | Size |
---|---|
countrycodepicker-0.8.4.pom | |
countrycodepicker-0.8.4-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.bingerz.android/countrycodepicker/ -->
<dependency>
<groupId>cn.bingerz.android</groupId>
<artifactId>countrycodepicker</artifactId>
<version>0.8.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.bingerz.android/countrycodepicker/
implementation 'cn.bingerz.android:countrycodepicker:0.8.4'
// https://jarcasting.com/artifacts/cn.bingerz.android/countrycodepicker/
implementation ("cn.bingerz.android:countrycodepicker:0.8.4")
'cn.bingerz.android:countrycodepicker:aar:0.8.4'
<dependency org="cn.bingerz.android" name="countrycodepicker" rev="0.8.4">
<artifact name="countrycodepicker" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.bingerz.android', module='countrycodepicker', version='0.8.4')
)
libraryDependencies += "cn.bingerz.android" % "countrycodepicker" % "0.8.4"
[cn.bingerz.android/countrycodepicker "0.8.4"]