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