MVN

com.plivo.endpoint : endpoint

Maven & Gradle

Jun 14, 2023
7 stars

endpoint · This is the Plivo Android Voice Call SDK that can be used to make and receive calls through Plivo.

<dependency>
    <groupId>com.plivo.endpoint</groupId>
    <artifactId>endpoint</artifactId>
    <version>2.0.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.plivo.endpoint : endpoint to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.20
  • Latest Beta: 3.1.2-beta

All Versions

Choose a version of com.plivo.endpoint : endpoint to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
endpoint-3.1.2-beta
endpoint-3.1.1-beta
endpoint-3.1.0-beta
3.0.x
endpoint-3.0.3-beta.2
endpoint-3.0.3-beta.1
endpoint-3.0.3-beta.0
endpoint-3.0.2-beta.0
endpoint-3.0.1-beta.2
2.0.x
endpoint-2.0.20
endpoint-2.0.19

How to add a dependency to Maven

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

<dependency>
    <groupId>com.plivo.endpoint</groupId>
    <artifactId>endpoint</artifactId>
    <version>2.0.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.plivo.endpoint : endpoint gradle dependency to your build.gradle file:

implementation 'com.plivo.endpoint:endpoint:2.0.20'

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

implementation("com.plivo.endpoint:endpoint:2.0.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.plivo.endpoint : endpoint sbt scala dependency to your build.sbt file:

libraryDependencies += "com.plivo.endpoint" % "endpoint" % "2.0.20"

Advertisement