MVN

com.telnyx.sdk : telnyx

Maven & Gradle

Jul 28, 2021
7 stars

telnyx · Telnyx Java SDK

<dependency>
    <groupId>com.telnyx.sdk</groupId>
    <artifactId>telnyx</artifactId>
    <version>2.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.telnyx.sdk : telnyx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.0
  • Latest Release Candidate: 2.0.9-rc.1
  • Latest Beta: 2.4.0-beta.1
  • Latest Alpha: 2.0.5-alpha

All Versions

Choose a version of com.telnyx.sdk : telnyx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
telnyx-2.8.0
2.7.x
telnyx-2.7.1
telnyx-2.7.0
2.6.x
telnyx-2.6.0
2.5.x
telnyx-2.5.0
2.4.x
telnyx-2.4.0
telnyx-2.4.0-beta.1
2.3.x
telnyx-2.3.1
telnyx-2.3.0
telnyx-2.3.0-beta.1
2.2.x
telnyx-2.2.0
2.1.x
telnyx-2.1.2
telnyx-2.1.1
telnyx-2.1.0
2.0.x
telnyx-2.0.9-rc.1
telnyx-2.0.8-beta
telnyx-2.0.7-beta
telnyx-2.0.6-beta
telnyx-2.0.5-alpha
telnyx-2.0.4-alpha
telnyx-2.0.3-alpha
telnyx-2.0.2-alpha
telnyx-2.0.1-alpha
telnyx-2.0.0-alpha
1.3
telnyx-1.3
1.2
telnyx-1.2
1.1
telnyx-1.1
1.0
telnyx-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.telnyx.sdk</groupId>
    <artifactId>telnyx</artifactId>
    <version>2.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.telnyx.sdk : telnyx gradle dependency to your build.gradle file:

implementation 'com.telnyx.sdk:telnyx:2.8.0'

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

implementation("com.telnyx.sdk:telnyx:2.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.telnyx.sdk : telnyx sbt scala dependency to your build.sbt file:

libraryDependencies += "com.telnyx.sdk" % "telnyx" % "2.8.0"

Advertisement