License |
License |
---|---|
GroupId | GroupIdcom.telnyx.sdk |
ArtifactId | ArtifactIdtelnyx |
Version | Version2.7.1 |
Type | Typejar |
Description |
Descriptiontelnyx
Telnyx Java SDK
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
telnyx-2.7.1.pom | |
telnyx-2.7.1.jar | 1 MB |
telnyx-2.7.1-tests.jar | 385 KB |
telnyx-2.7.1-sources.jar | 959 KB |
telnyx-2.7.1-javadoc.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.telnyx.sdk/telnyx/ -->
<dependency>
<groupId>com.telnyx.sdk</groupId>
<artifactId>telnyx</artifactId>
<version>2.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.telnyx.sdk/telnyx/
implementation 'com.telnyx.sdk:telnyx:2.7.1'
// https://jarcasting.com/artifacts/com.telnyx.sdk/telnyx/
implementation ("com.telnyx.sdk:telnyx:2.7.1")
'com.telnyx.sdk:telnyx:jar:2.7.1'
<dependency org="com.telnyx.sdk" name="telnyx" rev="2.7.1">
<artifact name="telnyx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.telnyx.sdk', module='telnyx', version='2.7.1')
)
libraryDependencies += "com.telnyx.sdk" % "telnyx" % "2.7.1"
[com.telnyx.sdk/telnyx "2.7.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.annotation : javax.annotation-api | jar | 1.3.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |