Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.mypurecloud |
ArtifactId | ArtifactIdpurecloud-guest-chat-client |
Version | Version5.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mypurecloud/purecloud-guest-chat-client/ -->
<dependency>
<groupId>com.mypurecloud</groupId>
<artifactId>purecloud-guest-chat-client</artifactId>
<version>5.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.mypurecloud/purecloud-guest-chat-client/
implementation 'com.mypurecloud:purecloud-guest-chat-client:5.1.2'
// https://jarcasting.com/artifacts/com.mypurecloud/purecloud-guest-chat-client/
implementation ("com.mypurecloud:purecloud-guest-chat-client:5.1.2")
'com.mypurecloud:purecloud-guest-chat-client:jar:5.1.2'
<dependency org="com.mypurecloud" name="purecloud-guest-chat-client" rev="5.1.2">
<artifact name="purecloud-guest-chat-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mypurecloud', module='purecloud-guest-chat-client', version='5.1.2')
)
libraryDependencies += "com.mypurecloud" % "purecloud-guest-chat-client" % "5.1.2"
[com.mypurecloud/purecloud-guest-chat-client "5.1.2"]