MVN

com.sinch.android.sdk.verification : verification-core

Maven & Gradle

Jun 21, 2023
4 usages
0 stars

Verification Core · Core module of verification SDK collecting common, base logic used by other packages.

<dependency>
    <groupId>com.sinch.android.sdk.verification</groupId>
    <artifactId>verification-core</artifactId>
    <version>2.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sinch.android.sdk.verification : verification-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.0

All Versions

Choose a version of com.sinch.android.sdk.verification : verification-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
verification-core-2.6.0
2.5.x
verification-core-2.5.0
2.4.x
verification-core-2.4.0
2.2.x
verification-core-2.2.0
2.1.x
verification-core-2.1.14
verification-core-2.1.13
verification-core-2.1.12
verification-core-2.1.11
verification-core-2.1.9
verification-core-2.1.8
verification-core-2.1.7
verification-core-2.1.6
verification-core-2.1.5
verification-core-2.1.4
verification-core-2.1.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sinch.android.sdk.verification</groupId>
    <artifactId>verification-core</artifactId>
    <version>2.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sinch.android.sdk.verification : verification-core gradle dependency to your build.gradle file:

implementation 'com.sinch.android.sdk.verification:verification-core:2.6.0'

Gradle Kotlin DSL: Add the following com.sinch.android.sdk.verification : verification-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sinch.android.sdk.verification:verification-core:2.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sinch.android.sdk.verification : verification-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sinch.android.sdk.verification" % "verification-core" % "2.6.0"

Advertisement