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