MVN

org.cyanogenmod : platform.sdk

Maven & Gradle

Aug 18, 2016
123 stars

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.

<dependency>
    <groupId>org.cyanogenmod</groupId>
    <artifactId>platform.sdk</artifactId>
    <version>6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cyanogenmod : platform.sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0

All Versions

Choose a version of org.cyanogenmod : platform.sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0
platform.sdk-6.0
5.0.x
platform.sdk-5.0.1
5.0
platform.sdk-5.0
4.0.x
platform.sdk-4.0.1
4.0
platform.sdk-4.0
2.0
platform.sdk-2.0
1.0
platform.sdk-1.0

How to add a dependency to Maven

Add the following org.cyanogenmod : platform.sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.cyanogenmod</groupId>
    <artifactId>platform.sdk</artifactId>
    <version>6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cyanogenmod : platform.sdk gradle dependency to your build.gradle file:

implementation 'org.cyanogenmod:platform.sdk:6.0'

Gradle Kotlin DSL: Add the following org.cyanogenmod : platform.sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cyanogenmod:platform.sdk:6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cyanogenmod : platform.sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cyanogenmod" % "platform.sdk" % "6.0"