is not current version
Last Version 5.6.0

com.nexmo:client 2.0.2

Java client for Nexmo APIs

Categories

Categories

CLI User Interface
GroupId

GroupId

com.nexmo
ArtifactId

ArtifactId

client
Version

Version

2.0.2
Type

Type

jar

Download client 2.0.2


<!-- https://jarcasting.com/artifacts/com.nexmo/client/ -->
<dependency>
    <groupId>com.nexmo</groupId>
    <artifactId>client</artifactId>
    <version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.nexmo/client/
implementation 'com.nexmo:client:2.0.2'
// https://jarcasting.com/artifacts/com.nexmo/client/
implementation ("com.nexmo:client:2.0.2")
'com.nexmo:client:jar:2.0.2'
<dependency org="com.nexmo" name="client" rev="2.0.2">
  <artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nexmo', module='client', version='2.0.2')
)
libraryDependencies += "com.nexmo" % "client" % "2.0.2"
[com.nexmo/client "2.0.2"]