MVN

com.moengage : geofence

Maven & Gradle

Aug 09, 2023

MoEngage Goefence Library · Geofence module of MoEngage Platform

<dependency>
    <groupId>com.moengage</groupId>
    <artifactId>geofence</artifactId>
    <version>3.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.moengage : geofence to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.1

All Versions

Choose a version of com.moengage : geofence to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
geofence-3.3.1
geofence-3.3.0
3.2.x
geofence-3.2.0
3.1.x
geofence-3.1.0
3.0.x
geofence-3.0.1
geofence-3.0.0
2.2.x
geofence-2.2.0
2.1.x
geofence-2.1.1
geofence-2.1.0
2.0.x
geofence-2.0.0
1.2.x
geofence-1.2.2
geofence-1.2.1
geofence-1.2.00
1.1.x
geofence-1.1.00
1.0.x
geofence-1.0.02
geofence-1.0.01

How to add a dependency to Maven

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

<dependency>
    <groupId>com.moengage</groupId>
    <artifactId>geofence</artifactId>
    <version>3.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.moengage : geofence gradle dependency to your build.gradle file:

implementation 'com.moengage:geofence:3.3.1'

Gradle Kotlin DSL: Add the following com.moengage : geofence gradle kotlin dependency to your build.gradle.kts file:

implementation("com.moengage:geofence:3.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.moengage : geofence sbt scala dependency to your build.sbt file:

libraryDependencies += "com.moengage" % "geofence" % "3.3.1"

Advertisement