Skip to main content

Core

Build#

build.gradle

repositories {        //[...]        maven { url "https://nexus.coppernic.fr/repository/libs-release" }    }
dependencies {    implementation 'fr.coppernic.sdk.cpcutils:CpcUtilsLib:6.19.1'    implementation 'fr.coppernic.sdk.core:CpcCore:1.11.2'
}
  • Last versions of libs can be found in this repo.
  • implementation is a key work of Android gradle plugin 3.x.x, if you are using an older plugin, consider using compile instead.

HDK#

How to use HDK on:

Power#

Others#