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