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