GroupId | GroupIdcom.citcon.sdk |
---|---|
ArtifactId | ArtifactIdmobile |
Version | Version2.5.4-beta |
Type | Typeaar |
Filename | Size |
---|---|
mobile-2.5.4-beta.pom | |
mobile-2.5.4-beta-sources.jar | 14 KB |
mobile-2.5.4-beta-javadoc.jar | 458 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.citcon.sdk/mobile/ -->
<dependency>
<groupId>com.citcon.sdk</groupId>
<artifactId>mobile</artifactId>
<version>2.5.4-beta</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.citcon.sdk/mobile/
implementation 'com.citcon.sdk:mobile:2.5.4-beta'
// https://jarcasting.com/artifacts/com.citcon.sdk/mobile/
implementation ("com.citcon.sdk:mobile:2.5.4-beta")
'com.citcon.sdk:mobile:aar:2.5.4-beta'
<dependency org="com.citcon.sdk" name="mobile" rev="2.5.4-beta">
<artifact name="mobile" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.citcon.sdk', module='mobile', version='2.5.4-beta')
)
libraryDependencies += "com.citcon.sdk" % "mobile" % "2.5.4-beta"
[com.citcon.sdk/mobile "2.5.4-beta"]