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