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