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