is not current version
Last Version 5.6.0

com.nexmo:client 5.1.0

Java client for Nexmo APIs

Categories

Categories

CLI User Interface
GroupId

GroupId

com.nexmo
ArtifactId

ArtifactId

client
Version

Version

5.1.0
Type

Type

jar

Download client 5.1.0


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