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