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