MVN

com.gluonhq : charm-down-plugin-magnetometer-ios

Maven & Gradle

Nov 15, 2018
1 usages

Gluon Charm Down Plugin-magnetometer/ios · API to access magnetometer features for the iOS platform

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

Latest Version

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

  • Latest Stable: 3.8.6

All Versions

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

  • Version Updated
  • charm-down-plugin-magnetometer-ios-3.8.6

    Nov 15, 2018
  • charm-down-plugin-magnetometer-ios-3.8.5

    Oct 16, 2018
  • charm-down-plugin-magnetometer-ios-3.8.4

    Sep 25, 2018
  • charm-down-plugin-magnetometer-ios-3.8.3

    Sep 24, 2018
  • charm-down-plugin-magnetometer-ios-3.8.2

    Sep 21, 2018
  • charm-down-plugin-magnetometer-ios-3.8.1

    Sep 06, 2018
  • charm-down-plugin-magnetometer-ios-3.8.0

    Apr 19, 2018
  • charm-down-plugin-magnetometer-ios-3.7.2

    Mar 21, 2018
  • charm-down-plugin-magnetometer-ios-3.7.1

    Mar 21, 2018
  • charm-down-plugin-magnetometer-ios-3.7.0

    Jan 16, 2018
  • charm-down-plugin-magnetometer-ios-3.6.0

    Aug 15, 2017
  • charm-down-plugin-magnetometer-ios-3.5.0

    Aug 02, 2017
  • charm-down-plugin-magnetometer-ios-3.4.1

    Jul 26, 2017
  • charm-down-plugin-magnetometer-ios-3.4.0

    Jul 26, 2017
  • charm-down-plugin-magnetometer-ios-3.3.0

    May 12, 2017
  • charm-down-plugin-magnetometer-ios-3.2.4

    Mar 02, 2017
  • charm-down-plugin-magnetometer-ios-3.2.3

    Feb 21, 2017
  • charm-down-plugin-magnetometer-ios-3.2.2

    Feb 15, 2017
  • charm-down-plugin-magnetometer-ios-3.2.1

    Feb 06, 2017
  • charm-down-plugin-magnetometer-ios-3.2.0

    Dec 22, 2016
  • charm-down-plugin-magnetometer-ios-3.1.0

    Nov 28, 2016
  • charm-down-plugin-magnetometer-ios-3.0.0

    Oct 20, 2016

How to add a dependency to Maven

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

<dependency>
    <groupId>com.gluonhq</groupId>
    <artifactId>charm-down-plugin-magnetometer-ios</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-magnetometer-ios gradle dependency to your build.gradle file:

implementation 'com.gluonhq:charm-down-plugin-magnetometer-ios:3.8.6'

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

implementation("com.gluonhq:charm-down-plugin-magnetometer-ios:3.8.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.gluonhq" % "charm-down-plugin-magnetometer-ios" % "3.8.6"