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