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