MVN

com.getui.push : restful-sdk

Maven & Gradle

Jul 10, 2023
90 stars

Getui Push API Java Client · Getui's officially supported Java client library for accessing Getui APIs.

<dependency>
    <groupId>com.getui.push</groupId>
    <artifactId>restful-sdk</artifactId>
    <version>1.0.0.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.getui.push : restful-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.14

All Versions

Choose a version of com.getui.push : restful-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
restful-sdk-1.0.0.14
restful-sdk-1.0.0.13
restful-sdk-1.0.0.12
restful-sdk-1.0.0.11
restful-sdk-1.0.0.10
restful-sdk-1.0.0.9
restful-sdk-1.0.0.8
restful-sdk-1.0.0.7
restful-sdk-1.0.0.6
restful-sdk-1.0.0.4
restful-sdk-1.0.0.3
restful-sdk-1.0.0.2
restful-sdk-1.0.0.1
restful-sdk-1.0.0.0

How to add a dependency to Maven

Add the following com.getui.push : restful-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.getui.push</groupId>
    <artifactId>restful-sdk</artifactId>
    <version>1.0.0.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.getui.push : restful-sdk gradle dependency to your build.gradle file:

implementation 'com.getui.push:restful-sdk:1.0.0.14'

Gradle Kotlin DSL: Add the following com.getui.push : restful-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.getui.push:restful-sdk:1.0.0.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.getui.push : restful-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.getui.push" % "restful-sdk" % "1.0.0.14"

Advertisement