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