MVN

com.cyngn.ambient : ambientsdk

Maven & Gradle

Aug 11, 2016

AmbientSDK · The Ambient SDK exposes APIs for integrations on Cyanogen OS

<dependency>
    <groupId>com.cyngn.ambient</groupId>
    <artifactId>ambientsdk</artifactId>
    <version>1.6.0-147069776-39fe2d07</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cyngn.ambient : ambientsdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.0-147069776-39fe2d07

All Versions

Choose a version of com.cyngn.ambient : ambientsdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
ambientsdk-1.6.0-147069776-39fe2d07
1.5.x
ambientsdk-1.5.11
ambientsdk-1.5.10
ambientsdk-1.5.8
ambientsdk-1.5.5
ambientsdk-1.5.4
ambientsdk-1.5.3
ambientsdk-1.5.2
1.4.x
ambientsdk-1.4.0

How to add a dependency to Maven

Add the following com.cyngn.ambient : ambientsdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cyngn.ambient</groupId>
    <artifactId>ambientsdk</artifactId>
    <version>1.6.0-147069776-39fe2d07</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cyngn.ambient : ambientsdk gradle dependency to your build.gradle file:

implementation 'com.cyngn.ambient:ambientsdk:1.6.0-147069776-39fe2d07'

Gradle Kotlin DSL: Add the following com.cyngn.ambient : ambientsdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cyngn.ambient:ambientsdk:1.6.0-147069776-39fe2d07")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cyngn.ambient : ambientsdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cyngn.ambient" % "ambientsdk" % "1.6.0-147069776-39fe2d07"