is not current version
Last Version 7.4.0

com.bandwidth.sdk:bandwidth-sdk $RELEASE_VERSION


GroupId

GroupId

com.bandwidth.sdk
ArtifactId

ArtifactId

bandwidth-sdk
Version

Version

$RELEASE_VERSION
Type

Type

jar

Download bandwidth-sdk $RELEASE_VERSION


<!-- https://jarcasting.com/artifacts/com.bandwidth.sdk/bandwidth-sdk/ -->
<dependency>
    <groupId>com.bandwidth.sdk</groupId>
    <artifactId>bandwidth-sdk</artifactId>
    <version>$RELEASE_VERSION</version>
</dependency>
// https://jarcasting.com/artifacts/com.bandwidth.sdk/bandwidth-sdk/
implementation 'com.bandwidth.sdk:bandwidth-sdk:$RELEASE_VERSION'
// https://jarcasting.com/artifacts/com.bandwidth.sdk/bandwidth-sdk/
implementation ("com.bandwidth.sdk:bandwidth-sdk:$RELEASE_VERSION")
'com.bandwidth.sdk:bandwidth-sdk:jar:$RELEASE_VERSION'
<dependency org="com.bandwidth.sdk" name="bandwidth-sdk" rev="$RELEASE_VERSION">
  <artifact name="bandwidth-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bandwidth.sdk', module='bandwidth-sdk', version='$RELEASE_VERSION')
)
libraryDependencies += "com.bandwidth.sdk" % "bandwidth-sdk" % "$RELEASE_VERSION"
[com.bandwidth.sdk/bandwidth-sdk "$RELEASE_VERSION"]