MVN

com.swrve.sdk.android : swrve-geo-beta

Maven & Gradle

Nov 18, 2021
10 stars

SwrveGeoSDK · SwrveGeoSDK is the geo module to be used with SwrveSDK

<dependency>
    <groupId>com.swrve.sdk.android</groupId>
    <artifactId>swrve-geo-beta</artifactId>
    <version>7.0.0-beta1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.swrve.sdk.android : swrve-geo-beta to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.0-beta1
  • Latest Beta: 7.0.0-beta1

All Versions

Choose a version of com.swrve.sdk.android : swrve-geo-beta to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
swrve-geo-beta-7.0.0-beta1
6.0.x
swrve-geo-beta-6.0.0-beta1
5.0.x
swrve-geo-beta-5.0.0-beta1

How to add a dependency to Maven

Add the following com.swrve.sdk.android : swrve-geo-beta maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.swrve.sdk.android</groupId>
    <artifactId>swrve-geo-beta</artifactId>
    <version>7.0.0-beta1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.swrve.sdk.android : swrve-geo-beta gradle dependency to your build.gradle file:

implementation 'com.swrve.sdk.android:swrve-geo-beta:7.0.0-beta1'

Gradle Kotlin DSL: Add the following com.swrve.sdk.android : swrve-geo-beta gradle kotlin dependency to your build.gradle.kts file:

implementation("com.swrve.sdk.android:swrve-geo-beta:7.0.0-beta1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.swrve.sdk.android : swrve-geo-beta sbt scala dependency to your build.sbt file:

libraryDependencies += "com.swrve.sdk.android" % "swrve-geo-beta" % "7.0.0-beta1"

Advertisement