GroupId | GroupIdcom.cloudipsp |
---|---|
ArtifactId | ArtifactIdandroid |
Version | Version1.10.2 |
Type | Typeaar |
Filename | Size |
---|---|
android-1.10.2.pom | |
android-1.10.2.aar | 79 KB |
android-1.10.2-sources.jar | 24 KB |
android-1.10.2-javadoc.jar | 163 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cloudipsp/android/ -->
<dependency>
<groupId>com.cloudipsp</groupId>
<artifactId>android</artifactId>
<version>1.10.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.cloudipsp/android/
implementation 'com.cloudipsp:android:1.10.2'
// https://jarcasting.com/artifacts/com.cloudipsp/android/
implementation ("com.cloudipsp:android:1.10.2")
'com.cloudipsp:android:aar:1.10.2'
<dependency org="com.cloudipsp" name="android" rev="1.10.2">
<artifact name="android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.cloudipsp', module='android', version='1.10.2')
)
libraryDependencies += "com.cloudipsp" % "android" % "1.10.2"
[com.cloudipsp/android "1.10.2"]