MVN

com.confirmit.mobilesdk : mobilesdk

Maven & Gradle

Jul 19, 2023
1 usages
3 stars

Forsta Mobile SDK · The Forsta Digital Feedback Mobile SDK provides seamless in-app feedback for any touch point within your mobile application.

<dependency>
    <groupId>com.confirmit.mobilesdk</groupId>
    <artifactId>mobilesdk</artifactId>
    <version>3.9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.confirmit.mobilesdk : mobilesdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.9.2
  • Latest Alpha: 3.0.0-alpha.3

All Versions

Choose a version of com.confirmit.mobilesdk : mobilesdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.9.x
mobilesdk-3.9.2
mobilesdk-3.9.1
mobilesdk-3.9.0
3.8.x
mobilesdk-3.8.1
mobilesdk-3.8.0
3.7.x
mobilesdk-3.7.1
mobilesdk-3.7.0
3.6.x
mobilesdk-3.6.1
mobilesdk-3.6.0
3.5.x
mobilesdk-3.5.0
3.4.x
mobilesdk-3.4.2
mobilesdk-3.4.1
mobilesdk-3.4.0
3.3.x
mobilesdk-3.3.1
mobilesdk-3.3.0
3.2.x
mobilesdk-3.2.0
3.1.x
mobilesdk-3.1.2
mobilesdk-3.1.1
mobilesdk-3.1.0
3.0.x
mobilesdk-3.0.0
mobilesdk-3.0.0-alpha.3
mobilesdk-3.0.0-alpha.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.confirmit.mobilesdk</groupId>
    <artifactId>mobilesdk</artifactId>
    <version>3.9.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.confirmit.mobilesdk : mobilesdk gradle dependency to your build.gradle file:

implementation 'com.confirmit.mobilesdk:mobilesdk:3.9.2'

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

implementation("com.confirmit.mobilesdk:mobilesdk:3.9.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.confirmit.mobilesdk : mobilesdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.confirmit.mobilesdk" % "mobilesdk" % "3.9.2"

Advertisement