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 Updated
  • charm-down-plugin-accelerometer-android-3.8.6

    Nov 15, 2018
  • charm-down-plugin-accelerometer-android-3.8.5

    Oct 16, 2018
  • charm-down-plugin-accelerometer-android-3.8.4

    Sep 25, 2018
  • charm-down-plugin-accelerometer-android-3.8.3

    Sep 24, 2018
  • charm-down-plugin-accelerometer-android-3.8.2

    Sep 21, 2018
  • charm-down-plugin-accelerometer-android-3.8.1

    Sep 06, 2018
  • charm-down-plugin-accelerometer-android-3.8.0

    Apr 19, 2018
  • charm-down-plugin-accelerometer-android-3.7.2

    Mar 21, 2018
  • charm-down-plugin-accelerometer-android-3.7.1

    Mar 21, 2018
  • charm-down-plugin-accelerometer-android-3.7.0

    Jan 16, 2018
  • charm-down-plugin-accelerometer-android-3.6.0

    Aug 15, 2017
  • charm-down-plugin-accelerometer-android-3.5.0

    Aug 02, 2017
  • charm-down-plugin-accelerometer-android-3.4.1

    Jul 26, 2017
  • charm-down-plugin-accelerometer-android-3.4.0

    Jul 26, 2017
  • charm-down-plugin-accelerometer-android-3.3.0

    May 12, 2017
  • charm-down-plugin-accelerometer-android-3.2.4

    Mar 02, 2017
  • charm-down-plugin-accelerometer-android-3.2.3

    Feb 21, 2017
  • charm-down-plugin-accelerometer-android-3.2.2

    Feb 15, 2017
  • charm-down-plugin-accelerometer-android-3.2.1

    Feb 06, 2017
  • charm-down-plugin-accelerometer-android-3.2.0

    Dec 22, 2016
  • charm-down-plugin-accelerometer-android-3.1.0

    Nov 28, 2016
  • charm-down-plugin-accelerometer-android-3.0.0

    Oct 20, 2016

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"