Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.vonage |
ArtifactId | ArtifactIdclient |
Version | Version5.6.0 |
Type | Typejar |
Filename | Size |
---|---|
client-5.6.0.pom | |
client-5.6.0.jar | 348 KB |
client-5.6.0-sources.jar | 284 KB |
client-5.6.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vonage/client/ -->
<dependency>
<groupId>com.vonage</groupId>
<artifactId>client</artifactId>
<version>5.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vonage/client/
implementation 'com.vonage:client:5.6.0'
// https://jarcasting.com/artifacts/com.vonage/client/
implementation ("com.vonage:client:5.6.0")
'com.vonage:client:jar:5.6.0'
<dependency org="com.vonage" name="client" rev="5.6.0">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vonage', module='client', version='5.6.0')
)
libraryDependencies += "com.vonage" % "client" % "5.6.0"
[com.vonage/client "5.6.0"]