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