MVN

com.gluonhq : charm-down-plugin-accelerometer-android

Maven & Gradle

Nov 15, 2018
1 usages

Gluon Charm Down Plugin-accelerometer/android · API to access accelerometer features for the android platform

<dependency>
    <groupId>com.gluonhq</groupId>
    <artifactId>charm-down-plugin-accelerometer-android</artifactId>
    <version>3.8.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gluonhq : charm-down-plugin-accelerometer-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.8.6

All Versions

Choose a version of com.gluonhq : charm-down-plugin-accelerometer-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.8.x
charm-down-plugin-accelerometer-android-3.8.6
charm-down-plugin-accelerometer-android-3.8.5
charm-down-plugin-accelerometer-android-3.8.4
charm-down-plugin-accelerometer-android-3.8.3
charm-down-plugin-accelerometer-android-3.8.2
charm-down-plugin-accelerometer-android-3.8.1
charm-down-plugin-accelerometer-android-3.8.0
3.7.x
charm-down-plugin-accelerometer-android-3.7.2
charm-down-plugin-accelerometer-android-3.7.1
charm-down-plugin-accelerometer-android-3.7.0
3.6.x
charm-down-plugin-accelerometer-android-3.6.0
3.5.x
charm-down-plugin-accelerometer-android-3.5.0
3.4.x
charm-down-plugin-accelerometer-android-3.4.1
charm-down-plugin-accelerometer-android-3.4.0
3.3.x
charm-down-plugin-accelerometer-android-3.3.0
3.2.x
charm-down-plugin-accelerometer-android-3.2.4
charm-down-plugin-accelerometer-android-3.2.3
charm-down-plugin-accelerometer-android-3.2.2
charm-down-plugin-accelerometer-android-3.2.1
charm-down-plugin-accelerometer-android-3.2.0
3.1.x
charm-down-plugin-accelerometer-android-3.1.0
3.0.x
charm-down-plugin-accelerometer-android-3.0.0

How to add a dependency to Maven

Add the following com.gluonhq : charm-down-plugin-accelerometer-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gluonhq</groupId>
    <artifactId>charm-down-plugin-accelerometer-android</artifactId>
    <version>3.8.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gluonhq : charm-down-plugin-accelerometer-android gradle dependency to your build.gradle file:

implementation 'com.gluonhq:charm-down-plugin-accelerometer-android:3.8.6'

Gradle Kotlin DSL: Add the following com.gluonhq : charm-down-plugin-accelerometer-android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gluonhq:charm-down-plugin-accelerometer-android:3.8.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gluonhq : charm-down-plugin-accelerometer-android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gluonhq" % "charm-down-plugin-accelerometer-android" % "3.8.6"

Advertisement