GroupId | GroupIdcom.bandwidth.sdk |
---|---|
ArtifactId | ArtifactIdbandwidth-sdk |
Version | Version$RELEASE_VERSION |
Type | Typejar |
<!-- 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"]