is not current version
Last Version 1.0.0.8

com.getui.push:restful-sdk 1.0.0.0

Getui's officially supported Java client library for accessing Getui APIs.

GroupId

GroupId

com.getui.push
ArtifactId

ArtifactId

restful-sdk
Version

Version

1.0.0.0
Type

Type

jar

Download restful-sdk 1.0.0.0


<!-- https://jarcasting.com/artifacts/com.getui.push/restful-sdk/ -->
<dependency>
    <groupId>com.getui.push</groupId>
    <artifactId>restful-sdk</artifactId>
    <version>1.0.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.getui.push/restful-sdk/
implementation 'com.getui.push:restful-sdk:1.0.0.0'
// https://jarcasting.com/artifacts/com.getui.push/restful-sdk/
implementation ("com.getui.push:restful-sdk:1.0.0.0")
'com.getui.push:restful-sdk:jar:1.0.0.0'
<dependency org="com.getui.push" name="restful-sdk" rev="1.0.0.0">
  <artifact name="restful-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.getui.push', module='restful-sdk', version='1.0.0.0')
)
libraryDependencies += "com.getui.push" % "restful-sdk" % "1.0.0.0"
[com.getui.push/restful-sdk "1.0.0.0"]