Last Version

CyanogenMod Platform SDK 6.0

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.

License

License

Categories

Categories

ORM Data
GroupId

GroupId

org.cyanogenmod
ArtifactId

ArtifactId

platform.sdk
Version

Version

6.0
Type

Type

aar
Description

Description

CyanogenMod 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

https://github.com/CyanogenMod/cm_platform_sdk
Source Code Management

Source Code Management

https://github.com/CyanogenMod/cm_platform_sdk

Download platform.sdk 6.0


<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.