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