GroupId | GroupIdcom.telnyx.sdk |
---|---|
ArtifactId | ArtifactIdtelnyx |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
telnyx-1.3.pom | |
telnyx-1.3.jar | 1 MB |
telnyx-1.3-tests.jar | 19 KB |
telnyx-1.3-sources.jar | 389 KB |
telnyx-1.3-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.telnyx.sdk/telnyx/ -->
<dependency>
<groupId>com.telnyx.sdk</groupId>
<artifactId>telnyx</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.telnyx.sdk/telnyx/
implementation 'com.telnyx.sdk:telnyx:1.3'
// https://jarcasting.com/artifacts/com.telnyx.sdk/telnyx/
implementation ("com.telnyx.sdk:telnyx:1.3")
'com.telnyx.sdk:telnyx:jar:1.3'
<dependency org="com.telnyx.sdk" name="telnyx" rev="1.3">
<artifact name="telnyx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.telnyx.sdk', module='telnyx', version='1.3')
)
libraryDependencies += "com.telnyx.sdk" % "telnyx" % "1.3"
[com.telnyx.sdk/telnyx "1.3"]