MVN

com.ifttt : connect-location

Maven & Gradle

Jun 16, 2023
23 stars

connect-location · Connect Location SDK provides integration to IFTTT Location service.

<dependency>
    <groupId>com.ifttt</groupId>
    <artifactId>connect-location</artifactId>
    <version>2.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ifttt : connect-location to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.4

All Versions

Choose a version of com.ifttt : connect-location to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
connect-location-2.5.4
connect-location-2.5.3
connect-location-2.5.2
connect-location-2.5.1
2.4.x
connect-location-2.4.3
connect-location-2.4.2
connect-location-2.4.1
2.3.x
connect-location-2.3.7
connect-location-2.3.6
connect-location-2.3.5
connect-location-2.3.4
connect-location-2.3.3
connect-location-2.3.1
connect-location-2.3.0

How to add a dependency to Maven

Add the following com.ifttt : connect-location maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ifttt</groupId>
    <artifactId>connect-location</artifactId>
    <version>2.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ifttt : connect-location gradle dependency to your build.gradle file:

implementation 'com.ifttt:connect-location:2.5.4'

Gradle Kotlin DSL: Add the following com.ifttt : connect-location gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ifttt:connect-location:2.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ifttt : connect-location sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ifttt" % "connect-location" % "2.5.4"

Advertisement