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