is not current version
Last Version 2.8.0

com.telnyx.sdk:telnyx 1.0

Swagger Java

GroupId

GroupId

com.telnyx.sdk
ArtifactId

ArtifactId

telnyx
Version

Version

1.0
Type

Type

jar

Download telnyx 1.0


<!-- https://jarcasting.com/artifacts/com.telnyx.sdk/telnyx/ -->
<dependency>
    <groupId>com.telnyx.sdk</groupId>
    <artifactId>telnyx</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.telnyx.sdk/telnyx/
implementation 'com.telnyx.sdk:telnyx:1.0'
// https://jarcasting.com/artifacts/com.telnyx.sdk/telnyx/
implementation ("com.telnyx.sdk:telnyx:1.0")
'com.telnyx.sdk:telnyx:jar:1.0'
<dependency org="com.telnyx.sdk" name="telnyx" rev="1.0">
  <artifact name="telnyx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.telnyx.sdk', module='telnyx', version='1.0')
)
libraryDependencies += "com.telnyx.sdk" % "telnyx" % "1.0"
[com.telnyx.sdk/telnyx "1.0"]