GroupId | GroupIdcom.bandwidth.sdk |
---|---|
ArtifactId | ArtifactIdbandwidth-sdk |
Version | Version4.0.0-alpha-1 |
Type | Typejar |
Filename | Size |
---|---|
bandwidth-sdk-4.0.0-alpha-1.pom | |
bandwidth-sdk-4.0.0-alpha-1.jar | 749 KB |
bandwidth-sdk-4.0.0-alpha-1-sources.jar | 456 KB |
bandwidth-sdk-4.0.0-alpha-1-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bandwidth.sdk/bandwidth-sdk/ -->
<dependency>
<groupId>com.bandwidth.sdk</groupId>
<artifactId>bandwidth-sdk</artifactId>
<version>4.0.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.bandwidth.sdk/bandwidth-sdk/
implementation 'com.bandwidth.sdk:bandwidth-sdk:4.0.0-alpha-1'
// https://jarcasting.com/artifacts/com.bandwidth.sdk/bandwidth-sdk/
implementation ("com.bandwidth.sdk:bandwidth-sdk:4.0.0-alpha-1")
'com.bandwidth.sdk:bandwidth-sdk:jar:4.0.0-alpha-1'
<dependency org="com.bandwidth.sdk" name="bandwidth-sdk" rev="4.0.0-alpha-1">
<artifact name="bandwidth-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bandwidth.sdk', module='bandwidth-sdk', version='4.0.0-alpha-1')
)
libraryDependencies += "com.bandwidth.sdk" % "bandwidth-sdk" % "4.0.0-alpha-1"
[com.bandwidth.sdk/bandwidth-sdk "4.0.0-alpha-1"]