Categories |
CategoriesCLI User Interface ORM Data |
---|---|
GroupId | GroupIdcom.mypurecloud |
ArtifactId | ArtifactIdplatform-client |
Version | Version0.18.0.59 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mypurecloud/platform-client/ -->
<dependency>
<groupId>com.mypurecloud</groupId>
<artifactId>platform-client</artifactId>
<version>0.18.0.59</version>
</dependency>
// https://jarcasting.com/artifacts/com.mypurecloud/platform-client/
implementation 'com.mypurecloud:platform-client:0.18.0.59'
// https://jarcasting.com/artifacts/com.mypurecloud/platform-client/
implementation ("com.mypurecloud:platform-client:0.18.0.59")
'com.mypurecloud:platform-client:jar:0.18.0.59'
<dependency org="com.mypurecloud" name="platform-client" rev="0.18.0.59">
<artifact name="platform-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mypurecloud', module='platform-client', version='0.18.0.59')
)
libraryDependencies += "com.mypurecloud" % "platform-client" % "0.18.0.59"
[com.mypurecloud/platform-client "0.18.0.59"]