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