License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdorg.cyanogenmod |
ArtifactId | ArtifactIdplatform.sdk |
Version | Version6.0 |
Type | Typeaar |
Description |
DescriptionCyanogenMod Platform SDK
The Platform SDK provides a set of APIs that give you easy access to a variety of different features within CyanogenMod. The SDK exposes APIs and system level framework access in the Android framework that aren't available in any other distribution.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
platform.sdk-6.0.pom | |
platform.sdk-6.0.aar | 380 KB |
platform.sdk-6.0-sources.jar | 13 MB |
platform.sdk-6.0-javadoc.jar | 14 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cyanogenmod/platform.sdk/ -->
<dependency>
<groupId>org.cyanogenmod</groupId>
<artifactId>platform.sdk</artifactId>
<version>6.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.cyanogenmod/platform.sdk/
implementation 'org.cyanogenmod:platform.sdk:6.0'
// https://jarcasting.com/artifacts/org.cyanogenmod/platform.sdk/
implementation ("org.cyanogenmod:platform.sdk:6.0")
'org.cyanogenmod:platform.sdk:aar:6.0'
<dependency org="org.cyanogenmod" name="platform.sdk" rev="6.0">
<artifact name="platform.sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.cyanogenmod', module='platform.sdk', version='6.0')
)
libraryDependencies += "org.cyanogenmod" % "platform.sdk" % "6.0"
[org.cyanogenmod/platform.sdk "6.0"]