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