GroupId | GroupIdcn.bingerz.android |
---|---|
ArtifactId | ArtifactIdcountrycodepicker |
Version | Version0.8.3 |
Type | Typeaar |
Filename | Size |
---|---|
countrycodepicker-0.8.3.pom | |
countrycodepicker-0.8.3-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.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.bingerz.android/countrycodepicker/
implementation 'cn.bingerz.android:countrycodepicker:0.8.3'
// https://jarcasting.com/artifacts/cn.bingerz.android/countrycodepicker/
implementation ("cn.bingerz.android:countrycodepicker:0.8.3")
'cn.bingerz.android:countrycodepicker:aar:0.8.3'
<dependency org="cn.bingerz.android" name="countrycodepicker" rev="0.8.3">
<artifact name="countrycodepicker" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.bingerz.android', module='countrycodepicker', version='0.8.3')
)
libraryDependencies += "cn.bingerz.android" % "countrycodepicker" % "0.8.3"
[cn.bingerz.android/countrycodepicker "0.8.3"]