Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.spacewl |
ArtifactId | ArtifactIdcountryprovider |
Version | Version1.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
countryprovider-1.0.3.pom | |
countryprovider-1.0.3-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spacewl/countryprovider/ -->
<dependency>
<groupId>com.spacewl</groupId>
<artifactId>countryprovider</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.spacewl/countryprovider/
implementation 'com.spacewl:countryprovider:1.0.3'
// https://jarcasting.com/artifacts/com.spacewl/countryprovider/
implementation ("com.spacewl:countryprovider:1.0.3")
'com.spacewl:countryprovider:aar:1.0.3'
<dependency org="com.spacewl" name="countryprovider" rev="1.0.3">
<artifact name="countryprovider" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.spacewl', module='countryprovider', version='1.0.3')
)
libraryDependencies += "com.spacewl" % "countryprovider" % "1.0.3"
[com.spacewl/countryprovider "1.0.3"]