MVN

com.nexmo : verify

Maven & Gradle

Nov 21, 2016
19 stars

Verify Android library · Nexmo Verify enables you to verify whether one of your end users has access to a specific phone number by challenging them with a PIN code to enter into your application.

<dependency>
    <groupId>com.nexmo</groupId>
    <artifactId>verify</artifactId>
    <version>4.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nexmo : verify to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0

All Versions

Choose a version of com.nexmo : verify to add to Maven or Gradle - All Versions:

  • Version Updated
  • verify-4.0.0

    Nov 21, 2016
  • verify-3.0.0

    Sep 15, 2016
  • verify-2.0.0

    Aug 03, 2016
  • verify-1.2.0

    Aug 01, 2016
  • verify-1.1.0

    Jun 14, 2016
  • verify-1.0.1

    Nov 11, 2015

How to add a dependency to Maven

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

<dependency>
    <groupId>com.nexmo</groupId>
    <artifactId>verify</artifactId>
    <version>4.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nexmo : verify gradle dependency to your build.gradle file:

implementation 'com.nexmo:verify:4.0.0'

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

implementation("com.nexmo:verify:4.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nexmo : verify sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nexmo" % "verify" % "4.0.0"